test
This commit is contained in:
parent
f975e93e1c
commit
5de28b7755
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ class ProcessExecutor {
|
|||
|
||||
print(
|
||||
// ignore: prefer_interpolation_to_compose_strings
|
||||
'[ProcessExecutor] Exit Code: ${processResult!.exitCode}, Result: ${eucKr.decode(out)}\nError: ${eucKr.decode(err)}');
|
||||
'[ProcessExecutor] Exit Code: ${processResult!.exitCode}, Result: ${cp949.decode(out)}\nError: ${cp949.decode(err)}');
|
||||
}
|
||||
file.deleteSync();
|
||||
c.complete(processResult);
|
||||
|
|
|
|||
Loading…
Reference in a new issue