Skip to content

Commit acef57d

Browse files
fix(display errors): Modify config field name to match with the right name
1 parent ecbac5c commit acef57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/Bounce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public function safelyBounce(array $configs): bool
344344
'line' => $e->getLine(),
345345
]);
346346
}
347-
if (!empty($configs['display_errors'])) {
347+
if (!empty($configs['crowdsec_display_errors'])) {
348348
throw $e;
349349
}
350350
}

0 commit comments

Comments
 (0)