Skip to content

Commit 256c328

Browse files
authored
Merge pull request #14 from perryprog/master
Fixed a silly bug
2 parents 5793077 + 6f6678c commit 256c328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/disable-mouse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ module.exports = {
1919
}, 1);
2020
}, wait * 1000);
2121

22-
console.log('Random mouse movement loop is going to be activated in ' + wait + ' second(s), trololol...');
22+
console.log('Mouse will be disabled in ' + wait + ' second(s), trololol...');
2323
}
2424
};

0 commit comments

Comments
 (0)