Log as error
This commit is contained in:
parent
19cdeb2631
commit
49a344dfba
|
@ -2,7 +2,7 @@ import env from "../src/environment"
|
|||
|
||||
const globalSafe = global as any
|
||||
|
||||
console.log(global)
|
||||
console.error(global)
|
||||
|
||||
env._set(
|
||||
"COUCH_DB_PORT",
|
||||
|
|
|
@ -19,7 +19,7 @@ function overrideConfigValue(key: string, value: string) {
|
|||
|
||||
const globalSafe = global as any
|
||||
|
||||
console.log(global)
|
||||
console.error(global)
|
||||
|
||||
overrideConfigValue(
|
||||
"COUCH_DB_PORT",
|
||||
|
|
|
@ -28,7 +28,7 @@ function overrideConfigValue(key: string, value: string) {
|
|||
|
||||
const globalSafe = global as any
|
||||
|
||||
console.log(global)
|
||||
console.error(global)
|
||||
|
||||
overrideConfigValue(
|
||||
"COUCH_DB_PORT",
|
||||
|
|
Loading…
Reference in New Issue