diff options
Diffstat (limited to 'compiler/nodejs.nim')
-rw-r--r-- | compiler/nodejs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nodejs.nim b/compiler/nodejs.nim index c1feb196a..9753e1c99 100644 --- a/compiler/nodejs.nim +++ b/compiler/nodejs.nim @@ -1,4 +1,4 @@ -import os +import std/os proc findNodeJs*(): string {.inline.} = ## Find NodeJS executable and return it as a string. |