From b1dd7c8818a4735b6804d0d01cd7a7fdaaa8c650 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Wed, 16 Oct 2024 12:29:05 -0500 Subject: [PATCH] Fixed ls type reference issue --- commands/ls.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/ls.js b/commands/ls.js index 5adc184..99fb88c 100644 --- a/commands/ls.js +++ b/commands/ls.js @@ -1,6 +1,5 @@ export {}; /// -/// // @ts-check const { S_IFREG, S_IFDIR, S_IFCHR, S_IFBLK, S_IFIFO, S_IFLNK, S_IFSOCK, S_IFMT } = fs.constants;