uri-planetarium / interactive-planetarium-ERAU

0 stars 0 forks source link

Figure out how to handle errors #10

Open Shinkyuuu opened 2 years ago

Shinkyuuu commented 2 years ago
const handleError = (error) => {
    //TODO - Handle 
    console.error(error);
}