aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon@intuitiveexplanations.com>2022-09-22 14:50:05 -0700
committerRadon Rosborough <radon@intuitiveexplanations.com>2022-09-22 14:50:05 -0700
commite53f19d676df6fa121e1f03925203e54168e7996 (patch)
tree5858207b90ff0562373df87e17a7d12bd8340c6e
parente959e32f4849da986e72f6789437baa1d54e991f (diff)
Fix unrelated bug
-rwxr-xr-xtest/formatters/apheleia-ft.el1
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))