I have a question about NodeJs. Since 6.6 it say when unhandled promise can't be fetched.
To avoid that, I red I need to catch the error, but... If I got that, how should I proceed?
args[1] = args[1].split('!')[1].split('>')[0]
I tried to add .catch(err => console.log(err)) but nothing seems to change.
Thanks in advance! :)