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 a214fa3 commit f940679Copy full SHA for f940679
lib/internal/bootstrap_node.js
@@ -353,6 +353,7 @@
353
`${JSON.stringify(name)}, displayErrors: true });\n`;
354
const result = module._compile(script, `${name}-wrapper`);
355
if (process._print_eval) console.log(result);
356
+ // Handle any nextTicks added in the first tick of the program.
357
process._tickCallback();
358
}
359
0 commit comments