We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
i'm trying to implement try/catch util but no success so far.
Following code
try { # many lines of code } catch { # Handling error }
Gives me an error: script.sh: syntax error near unexpected token }' script.sh: line 159: } catch {'
}' script.sh: line 159:
Any clue what's wrong with try catch syntax and/or implementation?
The text was updated successfully, but these errors were encountered:
Have you included util/exception util/tryCatch?
util/exception util/tryCatch
Sorry, something went wrong.
No branches or pull requests
Hi,
i'm trying to implement try/catch util but no success so far.
Following code
Gives me an error:
script.sh: syntax error near unexpected token
}' script.sh: line 159:
} catch {'Any clue what's wrong with try catch syntax and/or implementation?
The text was updated successfully, but these errors were encountered: