Skip to content

Commit

Permalink
This might brake everything...
Browse files Browse the repository at this point in the history
  • Loading branch information
accessgames authored Nov 30, 2023
1 parent 710e730 commit 3c58237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uv/uv.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -10322,7 +10322,7 @@ class OffsetToLocation {
this.columns = null;
this.computed = false;
}
setSource(source, startOffset = 0, startLine = 1, startColumn = 1) {
setSource(source, startOffset = 200, startLine = 1, startColumn = 1) {
this.source = source;
this.startOffset = startOffset;
this.startLine = startLine;
Expand Down

0 comments on commit 3c58237

Please sign in to comment.