Upload 4.9
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
const info = (...params) => {
|
||||
console.log(...params)
|
||||
if (process.env.NODE_ENV !== 'test') {
|
||||
console.log(...params)
|
||||
}
|
||||
}
|
||||
|
||||
const error = (...params) => {
|
||||
console.error(...params)
|
||||
if (process.env.NODE_ENV !== 'test') {
|
||||
console.error(...params)
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user