We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3926f79 commit 2acc4c5Copy full SHA for 2acc4c5
src/util.c
@@ -76,7 +76,7 @@ static char* get_line(LacoState* laco, const char* prompt) {
76
linenoiseHistoryAdd(line);
77
78
if(line[0] == ':') {
79
- handle_command(laco, line);
+ laco_handle_command(laco, line);
80
}
81
82
0 commit comments