Align the " in #1426
This commit is contained in:
parent
5bdb4b9aa1
commit
51b5e953f4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue