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