nodejs

Search:
Group by:
Source   Edit  

Procs

proc findNodeJs(): string {.inline, ...raises: [OSError, IOError],
                            tags: [ReadDirEffect, ReadEnvEffect, ReadIOEffect],
                            forbids: [].}
Find NodeJS executable and return it as a string. Source   Edit