Skip to content

Commit

Permalink
fix for #152
Browse files Browse the repository at this point in the history
  • Loading branch information
ekarak committed Apr 5, 2017
1 parent 67964e3 commit 2fc0fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openzwave-scenes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace OZW {
// ===================================================================
{
Nan::HandleScope scope;
CheckMinArgs(2, "label");
CheckMinArgs(1, "label");
std::string label = (*String::Utf8Value(info[0]->ToString()));
SceneInfo *scene;

Expand Down

0 comments on commit 2fc0fe0

Please sign in to comment.