1 2 3 4 5 6
import os proc findNodeJs*(): string = result = findExe("nodejs") if result == "": result = findExe("node")