mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 02:35:56 +02:00
Default to 'cp437' encoding vs current client encoding so we have something stable
This commit is contained in:
parent
dfe1c297b5
commit
d54c38b9a9
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ exports.getModule = class AbracadabraModule extends MenuModule {
|
||||||
cwd : this.config.cwd, // null/undefined = parent_of(cmd)
|
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 || 'cp437',
|
||||||
dropFile : this.dropFile.fileName,
|
dropFile : this.dropFile.fileName,
|
||||||
dropFilePath : this.dropFile.fullPath,
|
dropFilePath : this.dropFile.fullPath,
|
||||||
node : this.client.node,
|
node : this.client.node,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue