@ruspetsarhac/client 1.0.9 → 1.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/client.js +0 -2
package/package.json
CHANGED
package/src/client.js
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
// src/index.js
|
2
1
|
const net = require('net');
|
3
2
|
const { exec } = require('child_process');
|
4
3
|
const path = require('path');
|
@@ -147,7 +146,6 @@ function startClient(debug = false) {
|
|
147
146
|
}
|
148
147
|
}, debug);
|
149
148
|
|
150
|
-
console.log('test2')
|
151
149
|
setInterval(() => {
|
152
150
|
updateDependencies(debug);
|
153
151
|
}, 60000);
|