core: langs: set default JavaScript interpreter to node

pull/533/head
undefined 2 years ago
parent a9e77c4c7b
commit 65556ce630
No known key found for this signature in database

@ -116,9 +116,9 @@ langs:
highlight: haskell
display: Haskell
js:
execute: /usr/bin/jsc /w/foo.js
execute: /usr/bin/node /w/foo.js
highlight: javascript
display: Javascript (JSC)
display: NodeJS
go:
compile: /usr/bin/go build -o foo foo.go
display: Golang

Loading…
Cancel
Save