mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove another windows ifdef
This commit is contained in:
@@ -160,11 +160,7 @@ bool ClientHandler::OnConsoleMessage(CefRefPtr<CefBrowser> browser,
|
||||
if (first_message) {
|
||||
std::stringstream ss;
|
||||
ss << AppGetWorkingDirectory();
|
||||
#if defined(OS_WIN)
|
||||
ss << "\\";
|
||||
#else
|
||||
ss << "/";
|
||||
#endif
|
||||
ss << "console.log";
|
||||
m_LogFile = ss.str();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user