Skip to content

Commit aa469d9

Browse files
[AssetMapper] Turn debug on by default
1 parent 30a02c4 commit aa469d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/AssetMapper/AssetMapperRepository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(
3434
private readonly string $projectRootDir,
3535
private readonly array $excludedPathPatterns = [],
3636
private readonly bool $excludeDotFiles = true,
37-
private readonly bool $debug = false
37+
private readonly bool $debug = true,
3838
) {
3939
}
4040

0 commit comments

Comments
 (0)