- Node.js Version: v12.20.0
- OS: macOS
- Scope (install, code, runtime, meta, other?): runtime/code
- Module (and version) (if relevant): Worker
When worker.terminate() is called, in particular from the main thread, should it always return an exitCode of 1? Or are there situations in which it would return 0?
When
worker.terminate()is called, in particular from the main thread, should it always return anexitCodeof1? Or are there situations in which it would return0?