From b366cd95971ffe77e9b966b382cbd822668fe56e Mon Sep 17 00:00:00 2001 From: Martin Hradil Date: Mon, 16 Aug 2021 20:52:07 +0000 Subject: [PATCH] get_human_size: unmark string, fixed in #810 babel uses a different compile order and get_human_size.ts and paths.ts are 2 files which need _ at module load time 810 adds the lingui helper, so, this is just temporary --- src/utilities/get_human_size.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilities/get_human_size.ts b/src/utilities/get_human_size.ts index efdc0180ed..eca962b7f8 100644 --- a/src/utilities/get_human_size.ts +++ b/src/utilities/get_human_size.ts @@ -1,4 +1,4 @@ -const units = [_`bytes`, 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']; +const units = [`bytes`, 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']; export function getHumanSize(x) { let l = 0,