bru
This commit is contained in:
parent
39bd15e1b5
commit
34e02e687f
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -11,7 +11,7 @@ if (fs.existsSync(path.join(__dirname, 'cached'))) {
|
|||
fs.rmSync(path.join(__dirname, 'cached'), { recursive: true, force: true })
|
||||
}
|
||||
|
||||
const characters = "abcdefghijklmnopqrstuvwxyz!@#$%^*()[]_-=+"
|
||||
const characters = "abcdefghijklmnopqrstuvwxyz!@$%^*()[]_-=+"
|
||||
|
||||
function formatBytes(bytes, decimals = 2) {
|
||||
if (!+bytes) return '0 Bytes'
|
||||
|
|
Loading…
Reference in a new issue