mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
oops fix programs suddenly failing
This commit is contained in:
parent
6fea9dd2db
commit
081da9b754
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
var clite = {
|
||||
state:{
|
||||
version:'0.3-1',
|
||||
version:'0.3-2',
|
||||
isinit:false,
|
||||
runlevel:1
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue