mirror of
https://github.com/github/codeql-action.git
synced 2025-12-21 06:40:20 +08:00
Enable no console rule
This commit is contained in:
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}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user