We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67964e3 commit 2fc0fe0Copy full SHA for 2fc0fe0
src/openzwave-scenes.cc
@@ -28,7 +28,7 @@ namespace OZW {
28
// ===================================================================
29
{
30
Nan::HandleScope scope;
31
- CheckMinArgs(2, "label");
+ CheckMinArgs(1, "label");
32
std::string label = (*String::Utf8Value(info[0]->ToString()));
33
SceneInfo *scene;
34
0 commit comments