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
The presence of an empty JS source (empty = only remarks or a 0-line file) causes an IndexOutOfBounds error when trying to store (using jscoverage_store() from within JS).
Adding some filler statement like "var foo234 = 0" on empty file avoided the error.
The text was updated successfully, but these errors were encountered:
The presence of an empty JS source (empty = only remarks or a 0-line file) causes an IndexOutOfBounds error when trying to store (using jscoverage_store() from within JS).
Adding some filler statement like "var foo234 = 0" on empty file avoided the error.
The text was updated successfully, but these errors were encountered: