diff --git a/bin/runRollup.js b/bin/runRollup.js index 27629b2..46ac35c 100644 --- a/bin/runRollup.js +++ b/bin/runRollup.js @@ -129,7 +129,7 @@ function execute ( options, command ) { try { if ( command.watch ) { - let watch; + var watch; try { watch = relative( 'rollup-watch', process.cwd() );