mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix make-bootstrap-tarballs
This commit is contained in:
@@ -2281,7 +2281,7 @@ main.registerCommand({
|
||||
var toolVersion = toolConstraint.constraints[0].version;
|
||||
|
||||
var toolPkgBuilds = catalog.official.getAllBuilds(
|
||||
toolPkgBuilds, toolVersion);
|
||||
toolPackage, toolVersion);
|
||||
if (!toolPkgBuilds) {
|
||||
// XXX this could also mean package unknown.
|
||||
Console.error('Tool version unknown: ' + release.tool + '');
|
||||
|
||||
Reference in New Issue
Block a user