We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c7e76 commit 0b2a455Copy full SHA for 0b2a455
1 file changed
implement-shell-tools/ls/ls.js
@@ -1,5 +1,4 @@
1
const fs = require("fs");
2
-const path = require("path");
3
4
const args = process.argv.slice(2);
5
0 commit comments