fix: incorrect exit status of OAS comments test (#2099)

* fix exit status

* fix oas comments
This commit is contained in:
Shahed Nasser
2022-08-25 18:04:15 +03:00
committed by GitHub
parent a8293af8e1
commit 501bda6aae
2 changed files with 104 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ swaggerInline(
.catch((err) => {
console.log("Error in store")
console.error(err)
process.exit(0)
process.exit(1)
})
})
@@ -57,7 +57,7 @@ swaggerInline(
.catch((err) => {
console.log("Error in admin")
console.error(err)
process.exit(0)
process.exit(1)
})
})