aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CI/supporttest.js3
1 files changed, 2 insertions, 1 deletions
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