mirror of https://github.com/astral-sh/ruff
fix; args and fmt
This commit is contained in:
parent
1da96d6bc2
commit
dbde0e72a3
|
|
@ -22,7 +22,7 @@ export default function Chrome() {
|
|||
}
|
||||
|
||||
try {
|
||||
await persist(serialized);
|
||||
await persist(settings, pythonSource);
|
||||
} catch (error) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error("Failed to share playground", error);
|
||||
|
|
|
|||
Loading…
Reference in New Issue