Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de62467 commit 37cccd0Copy full SHA for 37cccd0
lib/internal/process/per_thread.js
@@ -203,7 +203,7 @@ function wrapProcessMethods(binding) {
203
// check to throw the termination exception. Because v8 performs
204
// stack guard check upon every function call, we give it a chance.
205
//
206
- // Without this, user code followed by `process.exit()` would take effect.
+ // Without this, user code after `process.exit()` would take effect.
207
// test/parallel/test-worker-voluntarily-exit-followed-by-addition.js
208
// test/parallel/test-worker-voluntarily-exit-followed-by-throw.js
209
nop();
0 commit comments