From 989c276b6acf9d0e2b584d980b72a4eb9564a77c Mon Sep 17 00:00:00 2001 From: icebaker Date: Sat, 18 Nov 2023 19:29:03 -0300 Subject: fixing TODOs --- controllers/interfaces/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controllers/interfaces') 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 -- cgit v1.2.3