Erro de JavaScript
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
Outstanding Okapi
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser
// just sample try catch javascript
try {
// doing some methods
}catch (e) {
// showing message or other proses you want
console.log(e.message)
}
hellow