fix docs and spec
This commit is contained in:
parent
0f2ae385ed
commit
9c71c9fa6a
3 changed files with 15 additions and 7 deletions
|
@ -52,7 +52,7 @@ void Protocol::RegisterStandardSchemes(
|
|||
if (Browser::Get()->is_ready()) {
|
||||
isolate()->ThrowException(v8::Exception::Error(mate::StringToV8(
|
||||
isolate(),
|
||||
"\"protocol.registerStandardSchemes\" should be called before"
|
||||
"protocol.registerStandardSchemes should be called before"
|
||||
"app is ready")));
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue