코드정리
This commit is contained in:
parent
24618706df
commit
18f5a6c89e
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class ProcessExecutor {
|
|||
|
||||
print(
|
||||
// ignore: prefer_interpolation_to_compose_strings
|
||||
'${systemEncoding.name}[ProcessExecutor] Exit Code: ${processResult!.exitCode}\n' +
|
||||
'[ProcessExecutor] Exit Code: ${processResult!.exitCode}\n' +
|
||||
'==============================================================\n' +
|
||||
'Result: ${eucKr.decode(out)}\n' +
|
||||
'==============================================================\n' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue