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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user