diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2022-09-22 14:50:05 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2022-09-22 14:50:05 -0700 |
| commit | e53f19d676df6fa121e1f03925203e54168e7996 (patch) | |
| tree | 5858207b90ff0562373df87e17a7d12bd8340c6e | |
| parent | e959e32f4849da986e72f6789437baa1d54e991f (diff) | |
Fix unrelated bug
| -rwxr-xr-x | test/formatters/apheleia-ft.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/formatters/apheleia-ft.el b/test/formatters/apheleia-ft.el index cfae777..77f8115 100755 --- a/test/formatters/apheleia-ft.el +++ b/test/formatters/apheleia-ft.el @@ -309,6 +309,7 @@ environment variable, defaulting to all formatters." out-temp-file) ((guard (stringp arg)) arg) + (`npx arg) (_ (eval arg)))) command)) (setq command (delq 'npx command)) |
