업데이트
This commit is contained in:
parent
36d7f60cbf
commit
f975e93e1c
2 changed files with 5 additions and 2 deletions
|
|
@ -207,7 +207,7 @@ class ProcessExecutor {
|
|||
|
||||
print(
|
||||
// ignore: prefer_interpolation_to_compose_strings
|
||||
'[ProcessExecutor] Exit Code: ${processResult!.exitCode}, Result: ${cp949.decode(out)}\nError: ${cp949.decode(err)}');
|
||||
'[ProcessExecutor] Exit Code: ${processResult!.exitCode}, Result: ${eucKr.decode(out)}\nError: ${eucKr.decode(err)}');
|
||||
}
|
||||
file.deleteSync();
|
||||
c.complete(processResult);
|
||||
|
|
|
|||
|
|
@ -16,7 +16,10 @@ dependencies:
|
|||
yaml: ^3.1.1
|
||||
http: ^0.13.5
|
||||
color: ^3.0.0
|
||||
cp949: ^1.2.1
|
||||
cp949:
|
||||
git:
|
||||
url: https://github.com/dong-higenis/dart-cp949
|
||||
ref: main
|
||||
# subtitle_wrapper_package: ^2.1.1
|
||||
# equatable: ^2.0.5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue