vscode accidently added a weird lib for some reason cause it misinterpreted a return i wrote and autocompleted it lol

so, removed that
This commit is contained in:
2024-03-11 17:55:20 +01:00
parent 4fdd0a7258
commit 1bfaad47ab
-1
View File
@@ -4,7 +4,6 @@ const whitelist = [
const net = require("net")
const {exec} = require("child_process");
const { ReadableStreamDefaultController } = require("node:stream/web");
const portlist = [21,1433]
const host = "0.0.0.0";
var ipSet = new Set()