We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d851d4 commit 205a93cCopy full SHA for 205a93c
src/ffi.ts
@@ -878,7 +878,7 @@ if (LOCAL_BUILD) {
878
const durl = createDownloadURL(options);
879
const directory = await ensureCacheLocation();
880
const cacheBasePath = join(directory, await urlToFilename(durl));
881
- const cacheIcuBasePath = join(directory, `https:/github.com`);
+ const cacheIcuBasePath = join(directory, `https/github.com`);
882
const cacheIcuPath = join(cacheIcuBasePath, `icudtl.dat`);
883
const cacheFilePath = `${cacheBasePath}${extname(durl.pathname)}`;
884
const cached = await isFile(cacheFilePath);
0 commit comments