fix: Small fixes

This commit is contained in:
Silentoplayz
2025-06-27 04:35:28 -04:00
parent b6e2b2e514
commit e3bacc3296
7 changed files with 7 additions and 5 deletions

View File

@@ -74,8 +74,8 @@ async function downloadPackages() {
console.log('Pyodide version mismatch, removing static/pyodide directory');
await rmdir('static/pyodide', { recursive: true });
}
} catch (e) {
console.log('Pyodide package not found, proceeding with download.');
} catch (err) {
console.log('Pyodide package not found, proceeding with download.', err);
}
try {