We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9720d commit 3198521Copy full SHA for 3198521
lib/WhatChangedPlugin.php
@@ -52,7 +52,7 @@ public function handlePostUpdate(Event $event)
52
new ReportOptions()
53
);
54
} catch (WhatChangedRuntimeException $e) {
55
- $event->getIO()->writeError($e->getMessage());
+ $event->getIO()->writeError('dantleech/whatchanged: ERROR: ' . $e->getMessage());
56
}
57
58
0 commit comments