ignore appsec policy update notification command error

This commit is contained in:
Rami Winestock
2023-12-20 15:51:02 +02:00
parent c6c7319b0c
commit b13d8e07da
2 changed files with 9 additions and 11 deletions

View File

@@ -100,7 +100,8 @@ const internalProxyHost = {
return row;
})
.catch((err) => {
throw new error.ConfigurationError(err.message);
console.log("Error generating openappsec config: " + err);
// throw new error.ConfigurationError(err.message);
});
})
.then((row) => {
@@ -184,7 +185,8 @@ const internalProxyHost = {
return row;
})
.catch((err) => {
throw new error.ConfigurationError(err.message);
console.log("Error generating openappsec config: " + err);
// throw new error.ConfigurationError(err.message);
});
})
.then((row) => {