mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
don't break running from checkout
This commit is contained in:
@@ -781,7 +781,8 @@ Fiber(function () {
|
||||
// release.load (which will refresh the catalog because the release
|
||||
// presumably doesn't exist on the new server, and this is a slow
|
||||
// operation).
|
||||
if (warehouse.releaseExistsInWarehouse(releaseName)) {
|
||||
if (releaseName !== null &&
|
||||
warehouse.releaseExistsInWarehouse(releaseName)) {
|
||||
var manifest = warehouse.ensureReleaseExistsAndReturnManifest(
|
||||
releaseName);
|
||||
oldSpringboard(manifest.tools);
|
||||
|
||||
Reference in New Issue
Block a user