Skip to content

Commit

Permalink
Merge pull request markedjs#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 authored May 7, 2018
2 parents 682d9f9 + a595186 commit 2b5612e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/marked
Original file line number Diff line number Diff line change
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 2b5612e

Please sign in to comment.