Closed LinkFly closed 1 year ago
Command: npm run test:debug raise error (because trying loading shell script but not js script):
npm run test:debug
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") ^^^^^^^ SyntaxError: missing ) after argument list
My fix correct it
Command:
npm run test:debug
raise error (because trying loading shell script but not js script):My fix correct it