vanadium-archive / browser

Example app: Vanadium namespace browser
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Have a simple error log viewer for the stream of Glob errors #18

Open aghassemi opened 9 years ago

aghassemi commented 9 years ago

We should make a simple drawer UI that displays the Stream of glob errors. Please note that glob errors are not fatal and are mostly warnings.

For instance globing a/b/... may return a Glob error saying that "a/b/z could not be accessed" meaning that the glob results for a/b/... does not include a/b/z/*. Seeing those errors are useful for debugging however. Currently they go in console.log