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