Skip to content

Commit c6881ab

Browse files
committed
Update DetectWalker.php
1 parent 7f66a1c commit c6881ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Parser/DetectWalker.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ public function walk(?Node $node = null)
3939
{
4040
Settings::$capturePosition = true;
4141

42+
Parse::$debug = $this->debug;
43+
4244
Parse::parse(
4345
node: $this->sourceFile,
4446
callback: $this->handleContext(...),

0 commit comments

Comments
 (0)