Align the " in #1426

This commit is contained in:
Cheng Zhao 2015-04-20 20:04:02 +08:00
parent 5bdb4b9aa1
commit 51b5e953f4

View file

@ -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);
}