summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/options.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal/options.ts')
-rw-r--r--ext/node/polyfills/internal/options.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal/options.ts b/ext/node/polyfills/internal/options.ts
index da0368b07..3715d10a7 100644
--- a/ext/node/polyfills/internal/options.ts
+++ b/ext/node/polyfills/internal/options.ts
@@ -20,7 +20,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-import { getOptions } from "internal:deno_node/internal_binding/node_options.ts";
+import { getOptions } from "ext:deno_node/internal_binding/node_options.ts";
let optionsMap: Map<string, { value: string }>;