Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08d5fb8

Browse files
committed
fix: mirror url
1 parent b4e8473 commit 08d5fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function getMirror() {
2727
registry
2828
&& ['registry.npmmirror.com', 'registry.npm.taobao.org'].find(s => registry.includes(s))
2929
) {
30-
mirror = 'https://npmmirror.com/mirrors/electron';
30+
mirror = 'https://npmmirror.com/mirrors/electron/';
3131
}
3232
}
3333

0 commit comments

Comments
 (0)