diff --git a/tools/commands.js b/tools/commands.js index 13c96b15b1..9c619e9695 100644 --- a/tools/commands.js +++ b/tools/commands.js @@ -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');