Cody Archdeacon
Results
1
comments of
Cody Archdeacon
I don't see the actual error there so I can't help with that but you should always add a ``.catch( error => console.log( error.message ))`` after a ``.then(...)`` ``Promise.then(...).catch(...)`` Then...