mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Align the " in #1426
This commit is contained in:
@@ -42,7 +42,7 @@ void PowerMonitor::OnResume() {
|
||||
v8::Handle<v8::Value> PowerMonitor::Create(v8::Isolate* isolate) {
|
||||
if (!Browser::Get()->is_ready()) {
|
||||
node::ThrowError("Cannot initialize \"power-monitor\" module"
|
||||
"before app is ready");
|
||||
"before app is ready");
|
||||
return v8::Null(isolate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user