method
$.ShellPromise.nothrow
Configure the shell to not throw an exception on non-zero exit codes. Throwing can be re-enabled with .throws(true).
By default, the shell throws an exception on commands that return non-zero exit codes.