Skip to content

Commit c992af6

Browse files
authored
Fixing typo
1 parent 2002d85 commit c992af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const WIN_APP_DATA = process.env.LOCALAPPDATA || '/';
110110
const msEdgeBrowserMapping: Map<BrowserFlavor, IBrowserPath> = new Map<BrowserFlavor, IBrowserPath>();
111111

112112
// Current Revision: 127.0.2594.0
113-
export const CDN_FALLBACK_REVISION = '@xxf163ae219c3b08cda5aafa6b262442715a8a9893';
113+
export const CDN_FALLBACK_REVISION = '@f163ae219c3b08cda5aafa6b262442715a8a9893';
114114

115115
/** Build-specified flags. */
116116
declare const DEBUG: boolean;

0 commit comments

Comments
 (0)