Execute .js filters with node

This commit is contained in:
Jakob Voß 2016-09-30 07:20:43 +02:00 committed by GitHub
parent 6b2bb8f1cc
commit 06fa6986d1

View file

@ -139,6 +139,7 @@ externalFilter f args' d = do
".pl" -> ("perl", f:args')
".rb" -> ("ruby", f:args')
".php" -> ("php", f:args')
".js" -> ("node", f:args')
_ -> (f, args')
else err 85 $ "Filter " ++ f ++ " not found"
when (f' /= f) $ do