Skip to content

Commit

Permalink
Merge pull request #994 from Feder1co5oave/fixes_992
Browse files Browse the repository at this point in the history
Get rid of warning when printing --help
  • Loading branch information
styfle committed May 7, 2018
2 parents 7a9e35e + 9fcd450 commit fab3ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/marked
Expand Up @@ -20,7 +20,7 @@ function help() {
cwd: process.cwd(),
env: process.env,
setsid: false,
customFds: [0, 1, 2]
stdio: 'inherit'
};

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

0 comments on commit fab3ee2

Please sign in to comment.