8000 fix: Domain polyfill syntax error (#1438) · fuse-box/fuse-box@5456c49 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 5456c49

Browse files
repl-sean-heintznchanged
authored andcommitted
fix: Domain polyfill syntax error (#1438)
1 parent 162afc3 commit 5456c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/domain/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ if (FuseBox.isServer) {
6464
}
6565
return d
6666
}
67-
return domain
68-
}
67+
module.exports = domain;
68+
}

0 commit comments

Comments
 (0)
0