Fix
This commit is contained in:
@@ -18,6 +18,7 @@ rules(_, []) --> [].
|
|||||||
rule(IndentLevel, [ScriptName, Condition, SubRules]) -->
|
rule(IndentLevel, [ScriptName, Condition, SubRules]) -->
|
||||||
indent(IndentLevel),
|
indent(IndentLevel),
|
||||||
script_name(ScriptName),
|
script_name(ScriptName),
|
||||||
|
{ format(user_error, 'ScriptName: ~w~n', [ScriptName]) },
|
||||||
optional_condition(Condition),
|
optional_condition(Condition),
|
||||||
newline,
|
newline,
|
||||||
{ NewIndentLevel is IndentLevel + 1 },
|
{ NewIndentLevel is IndentLevel + 1 },
|
||||||
|
|||||||
Reference in New Issue
Block a user