Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Nov 8, 2024
1 parent c4d0b01 commit 9d04663
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tools/prepare_wasm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ if (fs.existsSync(envPath)) {
if (haveAllPackages) {
console.log(`Using existing environment in ${envPath}`);
} else {
console.log(`Deleting environment in ${envPath} as it does not contain all the required packages`);
console.log(
`Deleting environment in ${envPath} as it does not contain all the required packages`
);
rimrafSync(envPath);
wasmPackageInfo = undefined;
}
Expand Down

0 comments on commit 9d04663

Please sign in to comment.