diff options
Diffstat (limited to 'lib/compress.js')
-rw-r--r-- | lib/compress.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compress.js b/lib/compress.js index 21eec7c3..911cf554 100644 --- a/lib/compress.js +++ b/lib/compress.js @@ -1866,7 +1866,7 @@ merge(Compressor.prototype, { return null; } default: - return; + return handle_custom_scan_order(node, multi_replacer); } } // Replace variable when found |