We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca191c1 commit b11648aCopy full SHA for b11648a
src/robotjs.cc
@@ -25,7 +25,7 @@ NAN_METHOD(moveMouse)
25
NanScope();
26
if (args.Length() < 2)
27
{
28
- return NanThrowError("Invalid number of arguments");
+ return NanThrowError("Invalid number of arguments.");
29
}
30
size_t x = args[0]->Int32Value();
31
size_t y = args[1]->Int32Value();
@@ -41,7 +41,7 @@ NAN_METHOD(moveMouseSmooth)
41
42
43
44
45
46
47
0 commit comments