diff --git a/rabbithole/core/modules/commands/wikitest.js b/rabbithole/core/modules/commands/wikitest.js index a9a5b15b0..b8d7878de 100644 --- a/rabbithole/core/modules/commands/wikitest.js +++ b/rabbithole/core/modules/commands/wikitest.js @@ -13,7 +13,7 @@ wikitest command exports.info = { name: "wikitest", - synchronous: false + synchronous: true }; var Command = function(params,commander) {