Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cutekit/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ class RunArgs(BuildArgs, shell.DebugArgs, shell.ProfileArgs):
def runCmd(args: RunArgs):
if args.debug:
args.mixins.append("debug")
args.props |= {"debug": True}
args.props |= {"debug": "true"}

if args.component is None:
args.component = "__main__"
Expand Down
Loading