Skip to content

Commit

Permalink
chore: supertape: rm \n
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 4, 2024
1 parent 79a0e2f commit 095ca2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/supertape/bin/subscribe.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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}) {
Expand Down

0 comments on commit 095ca2e

Please sign in to comment.