mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
u8
This commit is contained in:
parent
f62dbbdcbe
commit
ff871ec4f5
@ -360,7 +360,7 @@ int main()
|
||||
}
|
||||
}
|
||||
#else
|
||||
{
|
||||
SetConsoleOutputCP(CP_UTF8);
|
||||
auto getCurrentTimestamp = []
|
||||
{
|
||||
auto now = std::chrono::system_clock::now();
|
||||
@ -372,7 +372,6 @@ int main()
|
||||
};
|
||||
auto curr = getCurrentTimestamp();
|
||||
freopen(curr.c_str(), "a", stderr);
|
||||
}
|
||||
#endif
|
||||
int hr = ps.RunString(init_script);
|
||||
return hr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user