mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
unbreak self-test
This commit is contained in:
@@ -1804,7 +1804,8 @@ main.registerCommand({
|
||||
file: { type: String }
|
||||
},
|
||||
hidden: true,
|
||||
catalogRefresh: new catalog.Refresh.Never()
|
||||
// It needs to deal with packages (catalog.complete)
|
||||
catalogRefresh: new catalog.Refresh.OnceAtStart({ ignoreErrors: true })
|
||||
}, function (options) {
|
||||
var selftest = require('./selftest.js');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user