Skip to content

Commit 56d4f75

Browse files
authored
Merge pull request #11 from continuousphp/bugfix
bugfix in error handling
2 parents bf804cc + 7aea170 commit 56d4f75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

module/DeployAgent/src/Resource/FileSystem/Directory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public function receive(Workspace $build)
113113
$event->setDestination($synced);
114114
$event->setName(DeployEvent::EVENT_RECEIVE);
115115
} catch (FileSystemException $e) {
116-
$event->setSource(null);
117116
$event->setError($e);
118117
$event->setName(DeployEvent::EVENT_RECEIVE_ERROR);
119118
}

0 commit comments

Comments
 (0)