Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d3a7534

Browse filesBrowse files
committed
timers: fix lint from 4fe02e2
Fixes: #5823 Refs: #5793 PR-URL: #5825 Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 54e6a8d commit d3a7534
Copy full SHA for d3a7534

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/timers.js‎

Copy file name to clipboardExpand all lines: lib/timers.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ function Timeout(after) {
447447
this._idleStart = null;
448448
this._onTimeout = null;
449449
this._repeat = null;
450-
};
450+
}
451451

452452

453453
function unrefdHandle() {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.