mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Format console log better
This commit is contained in:
parent
ae298cf409
commit
ac61e18f2c
@ -211,7 +211,13 @@ bool ClientHandler::OnConsoleMessage(CefRefPtr<CefBrowser> browser,
|
||||
{
|
||||
REQUIRE_UI_THREAD();
|
||||
|
||||
std::cout << std::string(message) << "\n";
|
||||
std::cout <<
|
||||
std::string(message) <<
|
||||
"\n\t" <<
|
||||
std::string(source) <<
|
||||
":" <<
|
||||
line <<
|
||||
"\n";
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user