1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-06 16:48:01 +00:00

Fix comment style, writing too much javascript

This commit is contained in:
jbranchaud
2019-07-19 13:24:31 -05:00
parent b364d3874d
commit eefcb4f28c

View File

@@ -8,7 +8,7 @@ regardless of whether or not an exception was rescued.
begin
do_something_that_could_fail()
rescue StandardError => e
// oh no!
# oh no!
ensure
Logging.info("We attempted to do the thing.")
end