Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Jan 20, 2025
2 parents fed037e + 65a217b commit 5a7cf4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/transpiler.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3926,7 +3926,7 @@ ${this.getIden(identation)}PanicOnError(${returnRandName})`;
${this.getIden(identation)}${returnRandName} := ${rightPart}
${this.getIden(identation)}PanicOnError(${returnRandName})
${this.getIden(identation)}${leadingComment}ch <- ${returnRandName}${trailingComment}
${this.getIden(identation)}return ${returnRandName}`;
${this.getIden(identation)}return nil`;
}
return `
${this.getIden(identation)}${leadingComment}ch <- ${rightPart}${trailingComment}
Expand Down
2 changes: 1 addition & 1 deletion dist/transpiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -3932,7 +3932,7 @@ ${this.getIden(identation)}PanicOnError(${returnRandName})`;
${this.getIden(identation)}${returnRandName} := ${rightPart}
${this.getIden(identation)}PanicOnError(${returnRandName})
${this.getIden(identation)}${leadingComment}ch <- ${returnRandName}${trailingComment}
${this.getIden(identation)}return ${returnRandName}`;
${this.getIden(identation)}return nil`;
}
return `
${this.getIden(identation)}${leadingComment}ch <- ${rightPart}${trailingComment}
Expand Down

0 comments on commit 5a7cf4a

Please sign in to comment.