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