mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user