Fix comment

This commit is contained in:
Bryan Ashby 2018-07-11 21:14:28 -06:00
parent 5d91cfb7d0
commit 47e34f9da7
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ exports.getModule = class AbracadabraModule extends MenuModule {
const exeInfo = {
cmd : this.config.cmd,
cwd : this.config.cwd, // null/undefined=path of |cwd|
cwd : this.config.cwd, // null/undefined = parent_of(cmd)
args : this.config.args,
io : this.config.io || 'stdio',
encoding : this.config.encoding || this.client.term.outputEncoding,