mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
Fix comment
This commit is contained in:
parent
5d91cfb7d0
commit
47e34f9da7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue