Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/7ca67fe57ad58f437dbb12de92a1ce613c48625b/gulp/errorHandler.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
module.exports = {
|
|
onError : function(error) {
|
|
//If you want details of the error in the console
|
|
console.log(error.toString());
|
|
this.emit('end');
|
|
}
|
|
}; |