Skip to content

Commit 205a93c

Browse files
authored
fix (#21)
1 parent 4d851d4 commit 205a93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ if (LOCAL_BUILD) {
878878
const durl = createDownloadURL(options);
879879
const directory = await ensureCacheLocation();
880880
const cacheBasePath = join(directory, await urlToFilename(durl));
881-
const cacheIcuBasePath = join(directory, `https:/github.com`);
881+
const cacheIcuBasePath = join(directory, `https/github.com`);
882882
const cacheIcuPath = join(cacheIcuBasePath, `icudtl.dat`);
883883
const cacheFilePath = `${cacheBasePath}${extname(durl.pathname)}`;
884884
const cached = await isFile(cacheFilePath);

0 commit comments

Comments
 (0)