Skip to content

Commit

Permalink
Options
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohnson committed Oct 25, 2017
1 parent 7dedab3 commit 4102f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.lsc
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export getMetadata() -> {
stage: "1"
}
catchExpression: {
description: "Catch and transform errors while evaluating an expression."
description: "Catch and transform errors while evaluating an expression. (HIGHLY EXPERIMENTAL. DO NOT USE IN PRODUCTION.)"
valueType: "boolean"
stage: "0"
stage: "-50"
}
bangCall: {
description: "Call functions with paren-free syntax using `!`"
Expand Down

0 comments on commit 4102f4c

Please sign in to comment.