fix: oopsie daisy

OOPSIE WOOPSIE!! Uwu We make a fucky wucky!! A wittle fucko boingo! The code monkeys at our headquarters are working VEWY HAWD to fix this!
This commit is contained in:
Keyboard Slayer 2023-02-21 17:37:30 +01:00 committed by Sleepy Monax
parent 203aa39d9c
commit 717e35ffbf

View file

@ -60,7 +60,7 @@ def debugCmd(args: Args):
exe = builder.build(componentSpec, targetSpec) exe = builder.build(componentSpec, targetSpec)
shell.exec("lldb", "-o", "run", "exe") shell.exec("lldb", "-o", "run", exe)
cmds += [Cmd("d", "debug", "Debug the target", debugCmd)] cmds += [Cmd("d", "debug", "Debug the target", debugCmd)]