Merge pull request #3136 from nichtich/patch-1
Execute .js filters with node
This commit is contained in:
commit
9a2d92a395
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue