mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-29 10:01:39 +00:00
Move lib/pure/nodejs to compiler/nodejs. Ref #2017.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import os
|
||||
|
||||
proc findNodeJs*(): string =
|
||||
result = findExe("nodejs")
|
||||
if result == "":
|
||||
result = findExe("node")
|
||||
Reference in New Issue
Block a user