We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3668af8 commit 4a2c621Copy full SHA for 4a2c621
bin/marked
@@ -20,7 +20,7 @@ function help() {
20
cwd: process.cwd(),
21
env: process.env,
22
setsid: false,
23
- customFds: [0, 1, 2]
+ stdio: 'inherit'
24
};
25
26
spawn('man', [__dirname + '/../man/marked.1'], options)
0 commit comments