Skip to content

Commit

Permalink
server: fix blip constructor
Browse files Browse the repository at this point in the history
Former-commit-id: f5a4f7c
  • Loading branch information
martonp96 committed Oct 6, 2021
1 parent 6c893f6 commit 6150b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/bindings/Blip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static void ConstructorRadiusBlip(const v8::FunctionCallbackInfo<v8::Value>& inf
static void ConstructorPointBlip(const v8::FunctionCallbackInfo<v8::Value>& info)
{
V8_GET_ISOLATE_CONTEXT_RESOURCE();

V8_CHECK_CONSTRUCTOR();
V8_CHECK_ARGS_LEN2(1, 3);

Ref<IBlip> blip;
Expand Down

0 comments on commit 6150b48

Please sign in to comment.