mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
fix a bug in a 3-line program
This commit is contained in:
parent
2ac44120eb
commit
cf42631655
1 changed files with 1 additions and 0 deletions
|
|
@ -514,6 +514,7 @@ Options:
|
|||
});
|
||||
|
||||
clite.commands.load('view',function(args,env,io) {
|
||||
var stdio = io.include('stdio');
|
||||
stdio.printf('view is under development\n');
|
||||
return 0;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue