From fa93c5fe37abef5242641ce1b40895cf186fda55 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Wed, 8 Jun 2016 08:58:19 -0400 Subject: [PATCH] var not let --- bin/runRollup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() );