From 746ab838bc668c863a8fc6b2d9632e4c5790acdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20Gen=C3=A7?= Date: Wed, 22 Sep 2021 21:17:21 +0300 Subject: [PATCH] feat: update batch file for Windows Command Prompt Co-authored-by: Jeroen Claassens --- bin/run.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run.cmd b/bin/run.cmd index 968fc30..072ffaf 100644 --- a/bin/run.cmd +++ b/bin/run.cmd @@ -1,3 +1,3 @@ -@echo off +@ECHO off node "%~dp0\run" %*