Skip to content

Conversation

@krichprollsch
Copy link
Member

Having a js source name is useful to detect where the error comes from.

Using null generates messages with <anonymous> source name.
eg. ReferenceError: report is not defined\n at <anonymous>:1:1
vs. ReferenceError: report is not defined\n at teststatus:1:1

Having a js source name is useful to detect where the error comes from.

Using `null` generates messages with `<anonymous>` source name.
eg. `ReferenceError: report is not defined\n    at <anonymous>:1:1`
vs. `ReferenceError: report is not defined\n    at teststatus:1:1`
@karlseguin karlseguin merged commit 4e5fe5a into jsruntime Apr 17, 2025
12 checks passed
@karlseguin karlseguin deleted the jsruntime-imp branch April 17, 2025 08:18
@github-actions github-actions bot locked and limited conversation to collaborators Apr 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants