Add realtime stats for filesystem
This commit is contained in:
@@ -37,6 +37,7 @@ export const navigate = async (path, push_history) => {
|
||||
let resp = await fs_get_node(state.root.id, path)
|
||||
open_node(resp, push_history)
|
||||
} catch (err) {
|
||||
console.error(err)
|
||||
let errj = JSON.parse(err)
|
||||
|
||||
if (errj.value === "path_not_found") {
|
||||
|
Reference in New Issue
Block a user