From cdf18430b6ad0a5435ce8d406608a4531d4ce993 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 3 Dec 2019 23:38:49 +0100 Subject: [PATCH] remove old todo --- src/handlers.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/handlers.ts b/src/handlers.ts index e142c61..51fc1f1 100644 --- a/src/handlers.ts +++ b/src/handlers.ts @@ -169,8 +169,6 @@ const handlers: Handlers = { await downloadFile(dl.browser_download_url, tmp) - // TODO: Native bz2 - // Decompress w.replaceLn('Decompressing binary... 📦') exec('bzip2', ['-dk', tmp]) unlinkSync(tmp)