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 b2c10ca

Browse filesBrowse files
FKSIMylesBorins
authored andcommitted
test: remove unused parameter in test-next-tick-error-spin.js
PR-URL: #17185 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent caff930 commit b2c10ca
Copy full SHA for b2c10ca

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

‎test/sequential/test-next-tick-error-spin.js‎

Copy file name to clipboardExpand all lines: test/sequential/test-next-tick-error-spin.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (process.argv[2] !== 'child') {
4242
process.maxTickDepth = 10;
4343

4444
// in the error handler, we trigger several MakeCallback events
45-
d.on('error', function(e) {
45+
d.on('error', function() {
4646
console.log('a');
4747
console.log('b');
4848
console.log('c');

0 commit comments

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