Skip to content

Commit 5541bc3

Browse files
committed
Reference obfuscator command is a Plaisio command.
1 parent f89521c commit 5541bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/ExceptionHandlerMetadataExtractor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function extractExceptionAgents(): array
9595

9696
foreach ($agentNames as $agentName)
9797
{
98-
$this->io->writeln(sprintf('Processing class %s', $agentName));
98+
$this->io->text(sprintf('Processing class %s', $agentName));
9999

100100
try
101101
{

0 commit comments

Comments
 (0)