mirror of https://github.com/astral-sh/ruff
fix; args and fmt
This commit is contained in:
parent
dbde0e72a3
commit
a5c81d7207
|
|
@ -21,12 +21,12 @@ export default function Chrome() {
|
|||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
await persist(settings, pythonSource);
|
||||
} catch (error) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error("Failed to share playground", error);
|
||||
}
|
||||
try {
|
||||
await persist(settings, pythonSource);
|
||||
} catch (error) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error("Failed to share playground", error);
|
||||
}
|
||||
}, [pythonSource, settings]);
|
||||
|
||||
if (initPromise.current == null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue