This commit is contained in:
Lisa Milne 2023-12-15 20:43:03 +10:00
parent 00c6b9c8e7
commit cc67caaf7c

View file

@ -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;