for playground link
new Error(`Failed to expand glob: ${projectSpec.filesGlob}
at projectPath : ${projectFile}
with error: ${ex.message}`)
Autoformat will make it:
new Error(`Failed to expand glob: ${projectSpec.filesGlob}
projectFile}
ex.message}`)
ouch. ❤️
for playground link
Autoformat will make it:
ouch. ❤️