We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca6b34 commit a62f1edCopy full SHA for a62f1ed
lib/cli.js
@@ -120,8 +120,6 @@ async function main(argv) {
120
string: ['pass', 'pin'],
121
});
122
123
- console.log(options);
124
-
125
if (options.v || options.version) {
126
// eslint-disable-next-line global-require
127
console.log(require('../package.json').version);
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ps4-waker",
3
"description": "Wake your PS4 over LAN (and more!) with help from the Playstation App",
4
- "version": "1.8.0",
+ "version": "1.8.1",
5
"author": "Daniel Leong",
6
"license": "MIT",
7
"main": "index.js",
0 commit comments