Skip to content

Commit b5866c5

Browse files
committed
change
change variable keryword assignemnt for from cosnt to let
1 parent b2563c1 commit b5866c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • implement-shell-tools/ls

implement-shell-tools/ls/ls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (!path) {
2020
process.exit(1);
2121
}
2222

23-
const directoryContent;
23+
let directoryContent;
2424

2525
try {
2626
directoryContent = await fs.readdir(path);

0 commit comments

Comments
 (0)