Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects

Fix WEC shutting down on error

Merged Felix WOSTMANN requested to merge fix-wec-shutting-down-on-error into main
Files
4
+ 1
1
@@ -132,7 +132,7 @@ export class Collector {
const response = await this.pageSession.gotoPage(url);
if (response == null) {
process.exit(2);
throw new Error("The collector was not able to access the page.");
}
// log redirects
Loading