You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a filename field to the eval message payload. When a runtime
loads a script via the :script option, the file path is passed
through to JS_Eval so coverage reports show the actual source
filename instead of <eval>.
Inline eval/3 calls continue to use <eval> as the filename.
0 commit comments