Skip to content

Commit

Permalink
Revert "remove unused line"
Browse files Browse the repository at this point in the history
This reverts commit e8cd187.
  • Loading branch information
yazz committed Jan 10, 2025
1 parent e8cd187 commit 4b576f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -13726,6 +13726,7 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
// the startDebug( ) call is made from a JS function
if (lengthOfRestOfLine < 5) {
startLineIndex = sourceForFunction.lineNumber - 1
let previousLine = yz.debug.linesOfSourceFile[sourceForFunction.fileName][startLineIndex - 1]
let allText = ""
let readAnotherLine = true
let nextLine
Expand Down

0 comments on commit 4b576f3

Please sign in to comment.