1
0
Fork 0
mirror of synced 2024-07-14 10:45:51 +12:00

Log as error

This commit is contained in:
adrinr 2023-01-31 10:30:57 +00:00
parent 9536111811
commit 2b8190418c
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",