Use comptime for fully declarative LV2 and Custom commands #14

Merged
luna merged 69 commits from declarative-commands into master 2020-06-02 21:37:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 542ba75b01 - Show all commits

View File

@ -224,7 +224,7 @@ pub fn doRepl(allocator: *std.mem.Allocator, args_it: var) !void {
// of this function.
try cmds.append(&runqs_cmd.base);
try runner_clone.runCommands(cmds_parsed, true);
try runner_clone.runCommands(cmds, true);
_ = try stdout.write("\n");
}
}