Fix formatting
This commit is contained in:
parent
ec161a8289
commit
2e8a81680b
@ -308,8 +308,7 @@ inline engine_config_ptr argumentsToEngineConfig(const Napi::CallbackInfo &args)
|
|||||||
}
|
}
|
||||||
else if (!algorithm.IsUndefined())
|
else if (!algorithm.IsUndefined())
|
||||||
{
|
{
|
||||||
ThrowError(args.Env(),
|
ThrowError(args.Env(), "algorithm option must be a string and one of 'CH', or 'MLD'.");
|
||||||
"algorithm option must be a string and one of 'CH', or 'MLD'.");
|
|
||||||
return engine_config_ptr();
|
return engine_config_ptr();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user