We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4870d33 commit 97c50eeCopy full SHA for 97c50ee
module.cc
@@ -219,9 +219,9 @@ void RegisterThread(const FunctionCallbackInfo<Value> &args) {
219
220
if (args.Length() != 1 || !args[0]->IsString()) {
221
isolate->ThrowException(Exception::Error(
222
- String::NewFromUtf8(isolate,
223
- "threadStart(name) requires a single name argument",
224
- NewStringType::kInternalized)
+ String::NewFromUtf8(
+ isolate, "registerThread(name) requires a single name argument",
+ NewStringType::kInternalized)
225
.ToLocalChecked()));
226
227
return;
0 commit comments