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.
2 parents 36d9f28 + 1b039b7 commit db75e17Copy full SHA for db75e17
composer.json
@@ -2,7 +2,7 @@
2
"name": "jamescowie/composer-patcher",
3
"description": "Apply patches using composer",
4
"license": "MIT",
5
- "version": "1.0.2",
+ "version": "1.0.3",
6
"authors": [
7
{
8
"name": "jamescowie",
src/Inviqa/Patch/Patch.php
@@ -96,7 +96,7 @@ protected function isApplied()
96
97
return $result;
98
} catch (\Exception $e) {
99
- $this->getOutput()->writeln("<comment>{$e->getMessage()}</comment>");
+ // Ignore errors on the reverse, since it probably means it wasn't applied.
100
return false;
101
}
102
0 commit comments