Skip to content

Commit fab3ee2

Browse files
authored
Merge pull request #994 from Feder1co5oave/fixes_992
Get rid of warning when printing --help
2 parents 7a9e35e + 9fcd450 commit fab3ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/marked

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function help() {
2020
cwd: process.cwd(),
2121
env: process.env,
2222
setsid: false,
23-
customFds: [0, 1, 2]
23+
stdio: 'inherit'
2424
};
2525

2626
spawn('man', [path.resolve(__dirname, '/../man/marked.1')], options)

0 commit comments

Comments
 (0)