mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
📝 delete system call in test files
This commit is contained in:
@@ -4,9 +4,10 @@ use std.coroutine;
|
||||
use std.process_bar;
|
||||
use std.padding;
|
||||
use std.os;
|
||||
use std.runtime;
|
||||
|
||||
if (os.platform()=="windows") {
|
||||
system("chcp 65001");
|
||||
runtime.windows.set_utf8_output();
|
||||
system("color");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user