인코더 변경
This commit is contained in:
parent
1939eb0da3
commit
9a5edc75a1
1 changed files with 2 additions and 2 deletions
|
|
@ -194,8 +194,8 @@ class ProcessExecutor {
|
|||
file.writeAsStringSync(shell.toString());
|
||||
await Process.run('cmd', ['/C', file.path],
|
||||
workingDirectory: workspace,
|
||||
stdoutEncoding: Encoding.getByName("euc-kr"),
|
||||
stderrEncoding: Encoding.getByName("euc-kr"))
|
||||
stdoutEncoding: eucKr,
|
||||
stderrEncoding: eucKr)
|
||||
.then((ProcessResult result) {
|
||||
processResult = result;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue