mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
Change throwable var name
This commit is contained in:
parent
f0b51ea9ad
commit
1de8905bf5
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@
|
|||
"body": [
|
||||
"try {",
|
||||
"\t${1://code...}",
|
||||
"} catch (${2:\\Throwable} ${3:$$t}) {",
|
||||
"} catch (${2:\\Throwable} ${3:$$th}) {",
|
||||
"\t${4://throw $$th;}",
|
||||
"}"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue