Skip to content

Commit f3e9b0c

Browse files
OaphiArtOfCode-
andauthored
Update app/assets/javascripts/qpixel_storage.js
Co-authored-by: ArtOfCode <ArtOfCode-@users.noreply.github.com>
1 parent 235dfab commit f3e9b0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/assets/javascripts/qpixel_storage.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ QPixel.Storage = {
1818
for (const migration of pending) {
1919
try {
2020
await migration.up();
21-
} catch (e) {
21+
}
22+
catch (e) {
2223
console.warn(`[qpixel/storage] migration ${migration.name} error`, e);
2324
break;
2425
}

0 commit comments

Comments
 (0)