Enable no console rule
This commit is contained in:
parent
e7d04fdb41
commit
2f54d9fcfa
16 changed files with 26 additions and 14 deletions
1
lib/database-upload.js
generated
1
lib/database-upload.js
generated
|
|
@ -92,7 +92,6 @@ async function uploadDatabases(repositoryNwo, config, apiDetails, logger) {
|
|||
}
|
||||
}
|
||||
catch (e) {
|
||||
console.log(e);
|
||||
// Log a warning but don't fail the workflow
|
||||
logger.warning(`Failed to upload database for ${language}: ${e}`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue