From 6efedf8fa50f7c3d795bcadf9fda8272d80b4969 Mon Sep 17 00:00:00 2001 From: Navy Date: Thu, 6 May 2021 01:10:40 +0300 Subject: [PATCH] thing --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1198449..5efd212 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "New iteration of GalacticBot", "main": "index.js", "scripts": { - "start": "node --trace-warnings index.js" + "start": "node --trace-warnings index.js", + "debug": "node --trace-warnings --inspect index.js" }, "repository": { "type": "git",