Default to 'cp437' encoding vs current client encoding so we have something stable
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user