Skip to content

Commit

Permalink
Console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Feb 23, 2024
1 parent 6e68e7c commit fccc49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/components/ImportForm/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export async function load(
await model.setTreeFilehandle(treeFile)
}
} catch (e) {
console.error(e)
model.setError(e)
}
}

0 comments on commit fccc49f

Please sign in to comment.