Skip to content

Commit

Permalink
exception: some initial documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Dec 28, 2024
1 parent 8f9c9e4 commit a882de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/README-FlowControl-Exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function: module1Init()
# in this case the following functions would not be executed anymore
# the script would jump into catch block
# and we would not see this message
console.printLine("data.txt: red file into memory");
console.printLine("data.txt: read file into memory");
catch ($exception)
console.printLine("An error occurred: " + $exception)
# print the stack trace
Expand Down

0 comments on commit a882de1

Please sign in to comment.