mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Put --get-ready's PackageLoader.getPackage in job
This commit is contained in:
@@ -171,8 +171,9 @@ main.registerCommand({
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
var messages = buildmessage.capture(function () {
|
||||
var messages = buildmessage.capture({
|
||||
title: 'getting packages ready'
|
||||
}, function () {
|
||||
// First, build all accessible *local* packages, whether or not this app
|
||||
// uses them. Use the "all packages are local" loader.
|
||||
loadPackages(catalog.complete.getLocalPackageNames(),
|
||||
|
||||
Reference in New Issue
Block a user