diff --git a/tools/run-app.js b/tools/run-app.js index b70f81ef33..1eb75e9e90 100644 --- a/tools/run-app.js +++ b/tools/run-app.js @@ -496,7 +496,7 @@ _.extend(AppRunner.prototype, { // a single invocation of _runOnce(). var cachedServerWatchSet; var bundleApp = function () { - if (! self.firstRun) { + if (! options.firstRun) { // Pick up changes to packages. (Soft refresh, so we still check to see // if they have changed.) catalog.complete.packageCache.refresh(true);