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;