#can i make this console.log(err)

4 messages · Page 1 of 1 (latest)

lapis nest

what exactly do you want to console.log? What should err be here? Please use more words to say what you want

raven mason

maybe
try { ... } catch (err) { ... }?

lapis nest

How would we know? You didn’t give much information

kind elbow
try{
// code
}catch(err){
// handle / log error
}