From 49494c87be1c09abe459e6f5d767ad1c7160b01a Mon Sep 17 00:00:00 2001 From: hatboysam-test <70606972+hatboysam-test@users.noreply.github.com> Date: Mon, 30 Aug 2021 21:02:54 +0100 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ba132c5..9c9e403 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ * This is main */ function main(args) { - console.info(args); + console.info(args, "ok"); } main();