summary refs log tree commit diff stats
path: root/compiler/nodejs.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-10-29 21:48:11 +0800
committerGitHub <noreply@github.com>2023-10-29 14:48:11 +0100
commite17237ce9dbf5410623e9d510217e7817bf4fd89 (patch)
treed521fd68ae6e7abff399c13b51a55352de379d28 /compiler/nodejs.nim
parent0c26d19e228e831393cb5d2c1f43660362d349c9 (diff)
downloadNim-e17237ce9dbf5410623e9d510217e7817bf4fd89.tar.gz
prepare for the enforcement of `std` prefix (#22873)
follow up https://github.com/nim-lang/Nim/pull/22851
Diffstat (limited to 'compiler/nodejs.nim')
-rw-r--r--compiler/nodejs.nim2
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.