Skip to content

Commit

Permalink
fix: change Caching to Downloading for clearer ux (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd authored Oct 20, 2023
1 parent 5f900f4 commit 3691a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasmopt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function fileExists(path: string) {

async function downloadBinaryen(tempPath: string) {
console.log(
`${colors.bold(colors.green("Caching"))} wasm-opt binary...`,
`${colors.bold(colors.green("Downloading"))} wasm-opt binary...`,
);

const response = await fetch(binaryenUrl());
Expand Down

0 comments on commit 3691a05

Please sign in to comment.