1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00
Files
UXP/gfx
Moonchild ce5b57f5be Issue #2978 - Avoid empty replacements in macro expansion.
If the replacements array is empty, don't attempt to do any work on the
existing macro, and return. This should prevent infinite recursion in
some cases.
Order matters here: we're relying on the `if` statement shortcut so
`collectMacroArgs()` doesn't get called.
2026-03-12 10:38:53 +08:00
..
2026-02-24 07:44:26 +08:00
2022-09-09 10:19:25 +08:00
2024-08-05 10:39:06 +08:00