4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
if (process.env.SHOULD_LOG_ERRORS === "false") {
|
|
console.error = () => {};
|
|
}
|