If `envset` tries to execute a file without the right file perms it will throw this error: ``` { [Error: spawn EACCES] code: 'EACCES', errno: 'EACCES', syscall: 'spawn' } ``` suggest to user
If
envsettries to execute a file without the right file perms it will throw this error:suggest to user