No coverage information was collected, exit without writing coverage information
D:JobProjectsToDoListToDosListnode_modules.bintape.CMD:1
@ECHO off
^
SyntaxError: Invalid or unexpected token
at Object.compileFunction (node:vm:352:18)
at wrapSafe (node:internal/modules/cjs/loader:1032:15)
at Module._compile (node:internal/modules/cjs/loader:1067:27)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10)
at Object.Module._extensions. [as .js] (D:JobProjectsToDoListToDosListnode_modulesistanbullibhook.js:109:37)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at runFn (D:JobProjectsToDoListToDosListnode_modulesistanbullibcommandcommonrun-with-cover.js:122:16)
at D:JobProjectsToDoListToDosListnode_modulesistanbullibcommandcommonrun-with-cover.js:251:17
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
IF EXIST “%dp0%node.exe” (
SET “_prog=%dp0%node.exe”
) ELSE (
SET “_prog=node”
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #undefined# 2>NUL || title %COMSPEC% & “%_prog%” “%dp0%..tapebintape” %*