Enable no console rule
This commit is contained in:
parent
e7d04fdb41
commit
2f54d9fcfa
16 changed files with 26 additions and 14 deletions
|
|
@ -88,7 +88,6 @@ export async function uploadDatabases(
|
|||
bundledDbReadStream.close();
|
||||
}
|
||||
} 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