pulumi/sdk/nodejs/cmd/run
Sean Gillespie 9acafcfe11
Don't call process.exit in exit callback (#1892)
Node calls 'exit' event callbacks when a process is preparing to exit,
via process.exit or otherwise, but it does not execute the next callback
in the chain if a callback calls process.exit.
2018-09-06 10:52:05 -07:00
..
index.ts Fix an issue with NodeJS host logging (#1819) 2018-08-24 16:50:09 -07:00
run.ts Don't call process.exit in exit callback (#1892) 2018-09-06 10:52:05 -07:00