업데이트

This commit is contained in:
leedongmyung 2023-11-12 20:00:16 +09:00
parent 36d7f60cbf
commit f975e93e1c
2 changed files with 5 additions and 2 deletions

View file

@ -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);

View file

@ -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