mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
oops
This commit is contained in:
parent
00c6b9c8e7
commit
cc67caaf7c
1 changed files with 1 additions and 1 deletions
|
|
@ -2002,7 +2002,7 @@ Options:
|
|||
return;
|
||||
}
|
||||
|
||||
if (typeof data != string) {
|
||||
if (typeof data !== 'string') {
|
||||
stdio.write(io.stderr,'not a normal file\n');
|
||||
io.exit(1);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue