fix varname
This commit is contained in:
@@ -1068,7 +1068,7 @@
|
|||||||
(for arg args
|
(for arg args
|
||||||
(when (= "opt" (metaNameValue arg)) (set foundOptForTrim true))
|
(when (= "opt" (metaNameValue arg)) (set foundOptForTrim true))
|
||||||
(or
|
(or
|
||||||
foundOpt
|
foundOptForTrim
|
||||||
(.contains ["cc" "skipping"] (symbolNameValue arg true true)))))
|
(.contains ["cc" "skipping"] (symbolNameValue arg true true)))))
|
||||||
{
|
{
|
||||||
(set readerMacroStart (StringTools.trim readerMacroStart))
|
(set readerMacroStart (StringTools.trim readerMacroStart))
|
||||||
|
Reference in New Issue
Block a user