Fix comment
This commit is contained in:
parent
5d91cfb7d0
commit
47e34f9da7
|
@ -149,7 +149,7 @@ exports.getModule = class AbracadabraModule extends MenuModule {
|
||||||
|
|
||||||
const exeInfo = {
|
const exeInfo = {
|
||||||
cmd : this.config.cmd,
|
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,
|
args : this.config.args,
|
||||||
io : this.config.io || 'stdio',
|
io : this.config.io || 'stdio',
|
||||||
encoding : this.config.encoding || this.client.term.outputEncoding,
|
encoding : this.config.encoding || this.client.term.outputEncoding,
|
||||||
|
|
Loading…
Reference in New Issue