Skip to content

Commit 8001af8

Browse files
authored
Merge pull request #105 from BrianHenryIE/master
Bugfix: Composer scripts/commands broken in 0.6.0 update
2 parents 2a57571 + 2d28826 commit 8001af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function onDependenciesChangedEvent()
206206
}
207207
}
208208

209-
exit($exitCode);
209+
return $exitCode;
210210
}
211211

212212
/**

0 commit comments

Comments
 (0)