Initial commit.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# name: eval { ... } if ($@) { ... }
|
||||
# key: eval
|
||||
# --
|
||||
eval {
|
||||
${1:# do something risky...}
|
||||
};
|
||||
if (\$@) {
|
||||
${2:# handle failure...}
|
||||
}
|
Reference in New Issue
Block a user