We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c183e commit 51f1fefCopy full SHA for 51f1fef
scan.js
@@ -32,12 +32,12 @@ scan(region, apikey)
32
})
33
.then(res => {
34
if (res){
35
- console.log("Too much failues!");
+ console.log("Too much failures!");
36
process.exit(1);
37
}
38
console.log("Less failures than allowed, so let's deploy it!");
39
process.exit(0);
40
41
.catch(err => {
42
console.error(err);
43
- });
+ });
0 commit comments