1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-08 17: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 begin
do_something_that_could_fail() do_something_that_could_fail()
rescue StandardError => e rescue StandardError => e
// oh no! # oh no!
ensure ensure
Logging.info("We attempted to do the thing.") Logging.info("We attempted to do the thing.")
end end