mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
Add throwable to try/catch block
This commit is contained in:
parent
3dc960c0d1
commit
7d30396d0c
1 changed files with 2 additions and 0 deletions
|
@ -254,6 +254,8 @@
|
|||
"body": [
|
||||
"try {",
|
||||
"\t${1://code...}",
|
||||
"} catch (\\Throwable \\$$t) {",
|
||||
"\t${2://throw $$t;}",
|
||||
"} catch (\\Exception \\$$e) {",
|
||||
"\t${2://throw $$e;}",
|
||||
"}"
|
||||
|
|
Loading…
Reference in a new issue