Doug Axelrod

Results 4 comments of Doug Axelrod

The fix in 173b4b5 appears to be a sufficient fix for the litany of issues and PRs around this issue. Any chance of this release getting fast tracked so we...

Possible fix is to replace slashes prior to slicing string: ```js const fileName = path.replace(/\\/g, '/').replace(project.js.replace(/\\/g, '/') + '/', '').slice(0, -3); ```

Hi, this is still an issue. Can this bug be triaged?