Browse Source

oops i did it again

ghi-672
Rich-Harris 9 years ago
parent
commit
f2671c0519
  1. 2
      bin/runRollup.js

2
bin/runRollup.js

@ -138,7 +138,7 @@ function execute ( options, command ) {
var watch = relative( 'rollup-watch', process.cwd() );
var watcher = watch( rollup, options );
watcher.on( 'event', event => {
watcher.on( 'event', function ( event ) {
switch ( event.code ) {
case 'STARTING':
console.error( 'checking rollup-watch version...' );

Loading…
Cancel
Save