fix: windows support requires absolute path to manifest #19
Annotations
6 errors
src/manifestHandler.ts#L8
'DEFAULT_MANIFEST_DIR' is defined but never used
|
src/manifestHandler.ts#L29
Replace `·?·path.resolve(manifestDirInput)` with `⏎········?·path.resolve(manifestDirInput)⏎·······`
|
src/manifestHandler.ts#L42
Replace `⏎············`🔍·Looking·for·manifest·in·"${manifestDir}"...`,⏎········` with ``🔍·Looking·for·manifest·in·"${manifestDir}"...``
|
src/manifestHandler.ts#L52
Replace `·getOS()·===·'windows'·?·`${manifestDir}\\${manifestFilename}`·:·`${manifestDir}/${manifestFilename}`` with `⏎········getOS()·===·'windows'⏎············?·`${manifestDir}\\${manifestFilename}`⏎············:·`${manifestDir}/${manifestFilename}`;`
|
src/manifestHandler.ts#L52
Missing semicolon
|
|
This job failed
Loading