We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07d3df commit 816a9a0Copy full SHA for 816a9a0
1 file changed
packages/lde/src/init.lua
@@ -227,7 +227,7 @@ local commandFiles = {
227
outdated = "lde.commands.outdated",
228
uninstall = "lde.commands.uninstall",
229
publish = "lde.commands.publish",
230
- repl = "lde.commands.repl",
+ repl = "lde.commands.repl"
231
}
232
233
-- Commands that don't need the global cache dirs initialized
@@ -266,5 +266,6 @@ else
266
end
267
else
268
ansi.printf("{red}Unknown command: %s", tostring(commandName))
269
+ os.exit(1)
270
271
0 commit comments