Closed Enselic closed 6 years ago
Otherwise the java process stays around after running a node program like this:
const DynamoDbLocal = require('dynamodb-local'); DynamoDbLocal.launch(8001, null, ['-sharedDb', '-inMemory']) .then(function() { process.exit(0); })
which happens in the wild. For example, some test frameworks behaves like this when in so called watch mode and you type 'q' as in 'quit'.
Thanks @Enselic
Otherwise the java process stays around after running a node program like this:
which happens in the wild. For example, some test frameworks behaves like this when in so called watch mode and you type 'q' as in 'quit'.