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