diff options
author | icebaker <icebaker@proton.me> | 2023-05-16 19:24:48 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-05-16 19:24:48 -0300 |
commit | 72e1756495ae47903da0189c8963688e3cc5c499 (patch) | |
tree | cfc4e0a7f214e81b87bd30aa40e2ae29d072bb5c | |
parent | 7342f83ab5c42b7aa8ac5e3bb258c1447f863357 (diff) |
typo
-rw-r--r-- | controllers/cartridges.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/cartridges.rb b/controllers/cartridges.rb index 3e3b192..151cc46 100644 --- a/controllers/cartridges.rb +++ b/controllers/cartridges.rb @@ -36,7 +36,7 @@ module NanoBot next if cartridge[:meta][:name].nil? cartridges << cartridge - # rescue StandardError => _e + rescue StandardError => _e end cartridges.sort_by { |cartridge| cartridge[:meta][:name] } |