summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/path/common.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/path/common.ts')
-rw-r--r--ext/node/polyfills/path/common.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/path/common.ts b/ext/node/polyfills/path/common.ts
index f8dad209b..87aa0aad9 100644
--- a/ext/node/polyfills/path/common.ts
+++ b/ext/node/polyfills/path/common.ts
@@ -1,7 +1,7 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
-import { SEP } from "internal:deno_node/path/separator.ts";
+import { SEP } from "ext:deno_node/path/separator.ts";
/** Determines the common path from a set of paths, using an optional separator,
* which defaults to the OS default separator.