Fix formatting

This commit is contained in:
Dennis 2024-05-30 15:05:54 +02:00
parent ec161a8289
commit 2e8a81680b
No known key found for this signature in database
GPG Key ID: 6937EAEA33A3FA5D

View File

@ -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();
} }