1 Commits
Author SHA1 Message Date
Sergey Katrevich 2b8c6c6921 Update package.json
Command: `npm run test:debug` raise error (because trying loading shell script but not js script):
--------------------------
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
          ^^^^^^^

SyntaxError: missing ) after argument list
------------

My fix correct it
2023-02-17 11:56:12 +03:00