vatro / svelthree

Create three.js content using Svelte components.

Home Page:https://svelthree.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change all `catch (e)` to `catch (err)`

vatro opened this issue · comments

Use (e) for Events only.
Also change catch (error) to catch (err)