Fix #71138
parent
b574eeaf66
commit
5c0fc719a2
|
@ -254,8 +254,8 @@
|
|||
"body": [
|
||||
"try {",
|
||||
"\t${1://code...}",
|
||||
"} catch (${2:\\Throwable} ${3:$$th}) {",
|
||||
"\t${4://throw $$th;}",
|
||||
"} catch (${2:\\Throwable} ${3:\\$th}) {",
|
||||
"\t${4://throw \\$th;}",
|
||||
"}"
|
||||
],
|
||||
"description": "Try catch block"
|
||||
|
|
Loading…
Reference in New Issue