Skip to content

Commit

Permalink
Remove duplicated rollup version output (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladshcherbin authored and lukastaegert committed Jul 12, 2018
1 parent dd6f276 commit 3818af8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/src/run/watch.ts
Expand Up @@ -91,8 +91,6 @@ export default function watch(
}

function start(configs: RollupWatchOptions[]) {
screen.reset(chalk.underline(`rollup v${rollup.VERSION}`));

const screenWriter = processConfigsErr || screen.reset;

watcher = rollup.watch(configs);
Expand Down

0 comments on commit 3818af8

Please sign in to comment.