Skip to content

Commit 3698c5e

Browse files
committed
update
1 parent 4854214 commit 3698c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Box.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
#!/usr/bin/env node
1+
#!/usr/bin/env node
22
const fs = require("fs").promises;
33
const path = require("path");
44
const Table = require("cli-table");
55
const rootDirectory = "./";
66
async function getDirectorySize(dirPath) {
77
let totalSize = 0;
8-
8+
99
const files = await fs.readdir(dirPath);
1010

1111
for (const file of files) {

0 commit comments

Comments
 (0)