Skip to content

Commit

Permalink
Update test/embedding/embedtest_concurrent_node_api.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Dawson <mdawson@devrus.com>
  • Loading branch information
vmoroz and mhdawson committed Sep 4, 2024
1 parent f05a795 commit ee9ef05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/embedding/embedtest_concurrent_node_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ extern "C" int32_t test_main_concurrent_node_api(int32_t argc, char* argv[]) {
return 0;
}

// We can use multiple environments at the same thread.
// We can use multiple environments on the same thread.
// For each use we must open and close the environment scope.
extern "C" int32_t test_main_multi_env_node_api(int32_t argc, char* argv[]) {
CHECK(node_api_initialize_platform(argc,
Expand Down

0 comments on commit ee9ef05

Please sign in to comment.