fix corner case in collapse_vars (#4853)

fixes #4852
This commit is contained in:
Alex Lam S.L
2021-04-08 10:50:40 +01:00
committed by GitHub
parent 8a82822654
commit ca49f6f41a
2 changed files with 36 additions and 1 deletions

View File

@@ -1866,7 +1866,7 @@ merge(Compressor.prototype, {
return null;
}
default:
return;
return handle_custom_scan_order(node, multi_replacer);
}
}
// Replace variable when found