diff options
author | icebaker <icebaker@proton.me> | 2023-11-18 19:29:03 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-11-18 19:29:03 -0300 |
commit | 989c276b6acf9d0e2b584d980b72a4eb9564a77c (patch) | |
tree | 0bc0d849fad940f1aa041e42fbf14a031062acc0 /controllers/interfaces | |
parent | 2cc2aef7011036e16dae89212455a504132d49c1 (diff) |
fixing TODOs
Diffstat (limited to 'controllers/interfaces')
-rw-r--r-- | controllers/interfaces/cli.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/interfaces/cli.rb b/controllers/interfaces/cli.rb index ae066cd..5b39c2a 100644 --- a/controllers/interfaces/cli.rb +++ b/controllers/interfaces/cli.rb @@ -81,7 +81,7 @@ module NanoBot when 'cartridge' puts YAML.dump(bot.cartridge) else - raise "TODO: [#{params[:command]}]" + raise "Command not found: [#{params[:command]}]" end end end |