Commit 8efb7ed4 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 4c8ea633
...@@ -63,7 +63,7 @@ async function run() { ...@@ -63,7 +63,7 @@ async function run() {
let portRes = await getPort() let portRes = await getPort()
portRes=parseInt(portRes) portRes=parseInt(portRes)
console.log(portRes) console.log(portRes)
if (portRes === 0 || portRes === 443 || port ===5) if (portRes === 0 || portRes === 443 || portRes ===5)
port = randomInt(4000, 60000) port = randomInt(4000, 60000)
else else
port = parseInt(portRes) port = parseInt(portRes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment