Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekayu committed Apr 15, 2024
1 parent 4854214 commit 3698c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Box.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env node
#!/usr/bin/env node
const fs = require("fs").promises;
const path = require("path");
const Table = require("cli-table");
const rootDirectory = "./";
async function getDirectorySize(dirPath) {
let totalSize = 0;

const files = await fs.readdir(dirPath);

for (const file of files) {
Expand Down

0 comments on commit 3698c5e

Please sign in to comment.