aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/core-utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/helpers/core-utils.ts')
-rw-r--r--server/helpers/core-utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/core-utils.ts b/server/helpers/core-utils.ts
index f38b82d97..3f737c1d6 100644
--- a/server/helpers/core-utils.ts
+++ b/server/helpers/core-utils.ts
@@ -58,7 +58,7 @@ export function parseDuration (duration: number | string): number {
58 } 58 }
59 } 59 }
60 60
61 throw new Error('Duration could not be properly parsed') 61 throw new Error(`Duration ${duration} could not be properly parsed`)
62} 62}
63 63
64export function parseBytes (value: string | number): number { 64export function parseBytes (value: string | number): number {