fix: clean console.log of errors
This commit is contained in:
parent
af8ada1f44
commit
01ba9f44bf
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export class ConfigError extends Error {
|
|||
constructor(message: string, config: Partial<BaseConfig>, logger: logger, options?: ErrorOptions) {
|
||||
super(message, options)
|
||||
logger("error", "Provided config was:")
|
||||
console.log("error", config)
|
||||
console.log(config)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue