Skip to content

Commit 45698bf

Browse files
committed
Check script handle correctly
Fix commit 882a05f
1 parent 9d36bbb commit 45698bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/shell_content_renderer_client.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void ShellContentRendererClient::InstallNodeSymbols(
303303
"process.mainModule.loaded = true;"
304304
"}").c_str()
305305
));
306-
CHECK(script);
306+
CHECK(*script);
307307
script->Run();
308308
}
309309

0 commit comments

Comments
 (0)