From cc67caaf7cd81c1148ad7cc204f4ace50e2479d2 Mon Sep 17 00:00:00 2001 From: Lisa Milne Date: Fri, 15 Dec 2023 20:43:03 +1000 Subject: [PATCH] oops --- clite/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clite/commands.js b/clite/commands.js index afc6e23..20f472a 100644 --- a/clite/commands.js +++ b/clite/commands.js @@ -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;