Intentionally throw an error when running tests in the browser

This commit is contained in:
Jeremy Ruston 2023-10-30 10:06:27 +00:00
parent 4b56cb4298
commit 7fe17993dc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ exports.tag = function(source,operator,options) {
}
}
}
return results;
return $tw.browser ? results.reverse() : results;
};
})();