From 284e7b25cd6700da009f721446b26de4f6e8bdb8 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 25 Dec 2021 00:28:20 +0800 Subject: does this work? --- CI/supporttest.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CI/supporttest.js b/CI/supporttest.js index 161135b..b735425 100644 --- a/CI/supporttest.js +++ b/CI/supporttest.js @@ -1 +1,2 @@ -console.log("This is running nodejs code rn") \ No newline at end of file +console.log("This is running nodejs code rn") +console.error("This is an error!") \ No newline at end of file -- cgit