mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 12:08:21 +02:00
Resolve TODO: set cwd when launching doors; allow user to set in config
This commit is contained in:
parent
2fa9d6a3c2
commit
fa100c2da1
2 changed files with 6 additions and 1 deletions
|
@ -149,6 +149,7 @@ exports.getModule = class AbracadabraModule extends MenuModule {
|
|||
|
||||
const exeInfo = {
|
||||
cmd : this.config.cmd,
|
||||
cwd : this.config.cwd, // null/undefined=path of |cwd|
|
||||
args : this.config.args,
|
||||
io : this.config.io || 'stdio',
|
||||
encoding : this.config.encoding || this.client.term.outputEncoding,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue