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