Skip to content
Snippets Groups Projects
Commit 90a419fb authored by ale's avatar ale
Browse files

Debug: add stack trace on uncaught exception

parent 8c121653
No related branches found
Tags v0.0.6
No related merge requests found
Pipeline #72768 passed
......@@ -142,7 +142,7 @@ class Wplang implements PluginInterface, EventSubscriberInterface {
}
}
} catch ( \Exception $e ) {
$this->io->writeError( ' - ' . $e->getMessage() );
$this->io->writeError( ' - ' . $e->getMessage() . ' stack trace: ' . $e->getTraceAsString() );
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment