We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c635b0e commit fd8d654Copy full SHA for fd8d654
1 file changed
zxb/zxb.py
@@ -267,7 +267,7 @@ def main(args=None, emitter=None):
267
268
input_ = zxbpp.OUTPUT
269
zxbparser.parser.parse(input_, lexer=zxblex.lexer, tracking=True,
270
- debug=(OPTIONS.Debug.value > 2))
+ debug=(OPTIONS.Debug.value > 1))
271
if gl.has_errors:
272
debug.__DEBUG__("exiting due to errors.")
273
return 1 # Exit with errors
0 commit comments