| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,7 +88,7 @@ | |||
| 88 | 88 | 'body': 'switch (${1:expression}) {\n\tcase ${2:expression}:\n\t\t$4\n\t\tbreak;$5\n\tdefault:\n\t\t$3\n}' | |
| 89 | 89 | 'try': | |
| 90 | 90 | 'prefix': 'try' | |
| 91 | - 'body': 'try {\n\t${1:statements}\n} catch (${2:variable}) {\n\t${3:statements}\n}${4: finally {\n\t${5:statements}\n}}' | ||
| 91 | + 'body': 'try {\n\t$1\n} catch (${2:e}) {\n\t$3\n}${4: finally {\n\t$5\n}}' | ||
| 92 | 92 | 'while': | |
| 93 | 93 | 'prefix': 'while' | |
| 94 | 94 | 'body': 'while (${1:true}) {\n\t$2\n}' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments