fix; args and fmt

This commit is contained in:
mahiro72 2025-12-17 02:22:41 +09:00
parent 1da96d6bc2
commit dbde0e72a3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export default function Chrome() {
} }
try { try {
await persist(serialized); await persist(settings, pythonSource);
} catch (error) { } catch (error) {
// eslint-disable-next-line no-console // eslint-disable-next-line no-console
console.error("Failed to share playground", error); console.error("Failed to share playground", error);