File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ static int RunNodeInstance(MultiIsolatePlatform* platform,
299
299
env.get (),
300
300
" boxednode_linked_bindings" ,
301
301
boxednode::boxednode_linked_bindings_register, nullptr );
302
- boxednode::MarkTime (" Node.js Instance " , " Added bindings" );
302
+ boxednode::MarkTime (" Boxednode Binding " , " Added bindings" );
303
303
304
304
// Set up the Node.js instance for execution, and run code inside of it.
305
305
// There is also a variant that takes a callback and provides it with
@@ -313,7 +313,7 @@ static int RunNodeInstance(MultiIsolatePlatform* platform,
313
313
if (LoadBoxednodeEnvironment (context).IsEmpty ()) {
314
314
return 1 ; // There has been a JS exception.
315
315
}
316
- boxednode::MarkTime (" Node.js Instance " , " Loaded Environment, entering loop" );
316
+ boxednode::MarkTime (" Boxednode Binding " , " Loaded Environment, entering loop" );
317
317
318
318
{
319
319
// SealHandleScope protects against handle leaks from callbacks.
You can’t perform that action at this time.
0 commit comments