sitespeedio / sitespeedio/browsertime
Create better error messages for broken scripts
Open
@soulgalore is already working on this.
Since Jan 9, 2025.
- Dominant language
- JavaScript
- Stars
- 652
- Forks
- 141
- Avg merge
- 3h 56m
- Merged PRs (30d)
- 5
Description
If you try a command that do not exist you get:
[2025-01-09 13:49:49] INFO: Mark run as failure with message: Cannot read properties of undefined (reading 'run')
[2025-01-09 13:49:49] ERROR: TypeError: Cannot read properties of undefined (reading 'run')
Maybe we could do something better here so we can actually see what is broken?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.