Skip to content

Commit 3198521

Browse files
committed
show context on update error
1 parent 3e9720d commit 3198521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WhatChangedPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function handlePostUpdate(Event $event)
5252
new ReportOptions()
5353
);
5454
} catch (WhatChangedRuntimeException $e) {
55-
$event->getIO()->writeError($e->getMessage());
55+
$event->getIO()->writeError('dantleech/whatchanged: ERROR: ' . $e->getMessage());
5656
}
5757
}
5858

0 commit comments

Comments
 (0)