power-monitor -> powerMonitor
This commit is contained in:
parent
d1274bb79f
commit
577394442b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ v8::Local<v8::Value> PowerMonitor::Create(v8::Isolate* isolate) {
|
||||||
if (!Browser::Get()->is_ready()) {
|
if (!Browser::Get()->is_ready()) {
|
||||||
isolate->ThrowException(v8::Exception::Error(mate::StringToV8(
|
isolate->ThrowException(v8::Exception::Error(mate::StringToV8(
|
||||||
isolate,
|
isolate,
|
||||||
"Cannot initialize \"power-monitor\" module before app is ready")));
|
"Cannot initialize \"powerMonitor\" module before app is ready")));
|
||||||
return v8::Null(isolate);
|
return v8::Null(isolate);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue