Fix formatting.
This commit is contained in:
parent
cd8d07d854
commit
f4b2efc2f3
@ -1212,8 +1212,7 @@ argumentsToTableParameter(const Nan::FunctionCallbackInfo<v8::Value> &args,
|
|||||||
size_t source_value = Nan::To<unsigned>(source).FromJust();
|
size_t source_value = Nan::To<unsigned>(source).FromJust();
|
||||||
if (source_value >= params->coordinates.size())
|
if (source_value >= params->coordinates.size())
|
||||||
{
|
{
|
||||||
Nan::ThrowError(
|
Nan::ThrowError("Source indices must be less than the number of coordinates");
|
||||||
"Source indices must be less than the number of coordinates");
|
|
||||||
return table_parameters_ptr();
|
return table_parameters_ptr();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user