mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
Can not print string16 in wcout on POSIX
This commit is contained in:
@@ -41,7 +41,7 @@ void FatalErrorCallback(const char* location, const char* message) {
|
||||
}
|
||||
|
||||
void Log(const base::string16& message) {
|
||||
std::wcout << message;
|
||||
std::cout << message;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user