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 4f1fa2a

Browse filesBrowse files
thefourtheyeMyles Borins
authored andcommitted
test: fix offending max-len linter error
Refer: #5935 PR-URL: #5980 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Phillip Johnsen <johphi@gmail.com>
1 parent f14d71c commit 4f1fa2a
Copy full SHA for 4f1fa2a

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/known_issues/test-stdin-is-always-net.socket.js‎

Copy file name to clipboardExpand all lines: test/known_issues/test-stdin-is-always-net.socket.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (process.argv[2] === 'child') {
1111
return;
1212
}
1313

14-
const proc = spawn(process.execPath, [__filename, 'child'], { stdio: 'ignore' });
14+
const proc = spawn(process.execPath, [__filename, 'child'], {stdio: 'ignore'});
1515
// To double-check this test, set stdio to 'pipe' and uncomment the line below.
1616
// proc.stderr.pipe(process.stderr);
1717
proc.on('exit', common.mustCall(function(exitCode) {

0 commit comments

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