We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de62467 commit 5bf6a3cCopy full SHA for 5bf6a3c
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