Skip to content

Commit a2d3988

Browse files
committed
chore: update devDependencies
1 parent 559f96e commit a2d3988

File tree

3 files changed

+407
-540
lines changed

3 files changed

+407
-540
lines changed

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function parseSize(size) {
131131
throw new Error(`Buffer size "${size}" not recognized. Examples: 65536, 512K, 2M`)
132132
}
133133

134-
const num = Number.parseInt(match[1])
134+
const num = Number.parseInt(match[1], 10)
135135
const suffix = match[2] // K, M, or G
136136

137137
switch (suffix) {

0 commit comments

Comments
 (0)