Skip to content

Commit 17d7135

Browse files
committed
fix: resolve CI build and linting issues
1 parent f724a43 commit 17d7135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/provider/mistral/scripts

packages/provider/mistral/scripts/dist.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async function main() {
2424
try {
2525
await copyFile(source, dest);
2626
console.log(`Copied ${file}`);
27-
} catch (error) {
27+
} catch {
2828
console.log(`Skipped ${file} (may not exist yet)`);
2929
}
3030
}

0 commit comments

Comments
 (0)