oops fix programs suddenly failing

This commit is contained in:
Lisa Milne 2023-11-28 15:45:38 +10:00
parent 6fea9dd2db
commit 081da9b754
2 changed files with 2 additions and 2 deletions

View file

@ -402,7 +402,7 @@ Options:
var fd = null;
if (file == null) {
if (isatty(io.stdin)) {
if (stdio.isatty(io.stdin)) {
stdio.write(io.stderr,'no file specified');
return 1;
}

View file

@ -1,6 +1,6 @@
var clite = {
state:{
version:'0.3-1',
version:'0.3-2',
isinit:false,
runlevel:1
},