diff options
Diffstat (limited to 'std/node/os.ts')
-rw-r--r-- | std/node/os.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/os.ts b/std/node/os.ts index c312ffe0c..6714f071c 100644 --- a/std/node/os.ts +++ b/std/node/os.ts @@ -19,7 +19,7 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. import { notImplemented } from "./_utils.ts"; -import { validateIntegerRange } from "./util.ts"; +import { validateIntegerRange } from "./_utils.ts"; import { EOL as fsEOL } from "../fs/eol.ts"; import process from "./process.ts"; |