Wraps the code into a try/catch which will return '' in case a fatal error was discovered.
Testing Instructions
Try to build the weblinks package by running vendor/bin/robo.bat buildon a Windows machine. Of course first make sure to have composer stuff installed.
Expected result
Packages are created in /dist
Actual result
Fatal Error
Documentation Changes Required
We need better documentation on how to build the packages anyway. There is documentation on how to run the tests, but I didn't found explanantions how to actually build the packages.
Pull Request for Issue #361 .
Summary of Changes
Wraps the code into a try/catch which will return '' in case a fatal error was discovered.
Testing Instructions
Try to build the weblinks package by running
vendor/bin/robo.bat build
on a Windows machine. Of course first make sure to have composer stuff installed.Expected result
Packages are created in /dist
Actual result
Fatal Error
Documentation Changes Required
We need better documentation on how to build the packages anyway. There is documentation on how to run the tests, but I didn't found explanantions how to actually build the packages.