From 095ca2eda92cc5398911e2edce2572ad32c7846e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 4 Jun 2024 18:30:12 +0300 Subject: [PATCH] chore: supertape: rm \n --- packages/supertape/bin/subscribe.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/supertape/bin/subscribe.mjs b/packages/supertape/bin/subscribe.mjs index 8bcd478..9615e16 100644 --- a/packages/supertape/bin/subscribe.mjs +++ b/packages/supertape/bin/subscribe.mjs @@ -2,7 +2,6 @@ import keyPress from '@putout/cli-keypress'; import harnessCreator from '../lib/formatter/harness.js'; const {createHarness} = harnessCreator; - const resolveFormatter = async (name) => await import(`@supertape/formatter-${name}`); export async function subscribe({name, exit, worker, stdout}) {