mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
refresh should not be between search and show
This commit is contained in:
@@ -1248,15 +1248,6 @@ main.registerCommand({
|
||||
}
|
||||
});
|
||||
|
||||
main.registerCommand({
|
||||
name: 'refresh',
|
||||
pretty: true,
|
||||
catalogRefresh: new catalog.Refresh.OnceAtStart({ ignoreErrors: false })
|
||||
}, function (options) {
|
||||
// We already did it!
|
||||
return 0;
|
||||
});
|
||||
|
||||
main.registerCommand({
|
||||
name: 'search',
|
||||
pretty: true,
|
||||
@@ -2198,6 +2189,20 @@ main.registerCommand({
|
||||
});
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// refresh
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
main.registerCommand({
|
||||
name: 'refresh',
|
||||
pretty: true,
|
||||
catalogRefresh: new catalog.Refresh.OnceAtStart({ ignoreErrors: false })
|
||||
}, function (options) {
|
||||
// We already did it!
|
||||
return 0;
|
||||
});
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// admin
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user