aeongdesu / vdebug

vine boom explode oh my goah

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vd(d)ebug

includes redstonekasi's module dumper (stole)

of course, do not share dumped files with others.

explode

diff --git a/index.js b/index.js
index 61e07a1..ded6c98 100644
--- a/index.js
+++ b/index.js
@@ -81,7 +81,7 @@ wss.on("connection", (ws) => {
           cb();
         } else {
           isPrompting = false;
-          ws.send(input);
+          ws.send(`const res=(0, eval)(${JSON.stringify(input)});console.log(res);res`);
           finishCallback = cb;
         }
       } catch (e) {

About

vine boom explode oh my goah

License:MIT License


Languages

Language:JavaScript 100.0%