Skip to content

Commit

Permalink
example indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 23, 2024
1 parent f665fe2 commit b555149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js_interpreter.gs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ while true do
end
echo eval(code)
catch e
echo "<red>" + e.message + "</red>"
echo "<red>" + e.message + "</red>"
end
end

0 comments on commit b555149

Please sign in to comment.