Skip to content

Commit 7d7004d

Browse files
committed
chore: rename category
1 parent a11d2ce commit 7d7004d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/main-template.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ static int RunNodeInstance(MultiIsolatePlatform* platform,
299299
env.get(),
300300
"boxednode_linked_bindings",
301301
boxednode::boxednode_linked_bindings_register, nullptr);
302-
boxednode::MarkTime("Node.js Instance", "Added bindings");
302+
boxednode::MarkTime("Boxednode Binding", "Added bindings");
303303

304304
// Set up the Node.js instance for execution, and run code inside of it.
305305
// There is also a variant that takes a callback and provides it with
@@ -313,7 +313,7 @@ static int RunNodeInstance(MultiIsolatePlatform* platform,
313313
if (LoadBoxednodeEnvironment(context).IsEmpty()) {
314314
return 1; // There has been a JS exception.
315315
}
316-
boxednode::MarkTime("Node.js Instance", "Loaded Environment, entering loop");
316+
boxednode::MarkTime("Boxednode Binding", "Loaded Environment, entering loop");
317317

318318
{
319319
// SealHandleScope protects against handle leaks from callbacks.

0 commit comments

Comments
 (0)