Remove IO.js compat (long dead vanished project,superseed by NodeJS) (#11627)

(cherry picked from commit d7a7662a7f)
This commit is contained in:
Juan Carlos
2019-07-01 06:59:02 -03:00
committed by narimiran
parent 10fa252426
commit d7ea8588c5

View File

@@ -1,9 +1,7 @@
import os
proc findNodeJs*(): string =
proc findNodeJs*(): string {.inline.} =
## Find NodeJS executable and return it as a string.
result = findExe("nodejs")
if result == "":
result = findExe("node")
if result == "":
result = findExe("iojs")