diff --git a/lib/custom/zalgo.js b/lib/custom/zalgo.js index 4dc20c8..c1fc482 100644 --- a/lib/custom/zalgo.js +++ b/lib/custom/zalgo.js @@ -100,5 +100,5 @@ module['exports'] = function zalgo(text, options) { return result; } // don't summon him - return heComes(text); + return heComes(text, options); }