Skip to content

Commit 8cdd322

Browse files
authored
fix: dist path (#2054)
1 parent dc27912 commit 8cdd322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-sync-ui/lib/plugins/network-throttle/network-throttle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports.init = function (ui) {
8888
};
8989

9090
if (ui.bs.getOption("scheme") === "https") {
91-
var httpsOpts = require("browser-sync/lib/server/utils").getHttpsOptions(ui.bs.options);
91+
var httpsOpts = require("browser-sync/dist/server/utils").getHttpsOptions(ui.bs.options);
9292
args.key = httpsOpts.key;
9393
args.cert = httpsOpts.cert;
9494
}

0 commit comments

Comments
 (0)