Commit b34cc42
authored
fix(app): return an empty icon manifest before the first data sync (#65)
iconManifestFn read manifest.json unconditionally, so a fresh install (no atlas yet)
surfaced an ENOENT to the client on every launch. Return an empty manifest instead —
icons fall back gracefully until a data sync builds the atlas.1 parent 55f5926 commit b34cc42
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1875 | 1875 | | |
1876 | 1876 | | |
1877 | 1877 | | |
1878 | | - | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
1879 | 1886 | | |
1880 | 1887 | | |
1881 | 1888 | | |
| |||
0 commit comments