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 876a05d commit bf96237Copy full SHA for bf96237
lib/internal/timers.js
@@ -174,7 +174,7 @@ class Timeout {
174
'\nTimeout duration was set to 1.',
175
'TimeoutOverflowWarning');
176
} else if (after < 0) {
177
- process.emitWarning(`${after} is a negative number` +
+ process.emitWarning(`${after} is a negative number.` +
178
'\nTimeout duration was set to 1.');
179
}
180
after = 1; // Schedule on next tick, follows browser behavior
0 commit comments