From 4102f4c4f5cfe34fbca528f4ec9eb47e30cdaddd Mon Sep 17 00:00:00 2001 From: "William C. Johnson" Date: Tue, 24 Oct 2017 23:50:18 -0400 Subject: [PATCH] Options --- src/config.lsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.lsc b/src/config.lsc index 410a45b..fe3b7f4 100644 --- a/src/config.lsc +++ b/src/config.lsc @@ -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 `!`"