|
|
@ -427,7 +427,7 @@ const providers = {}, |
|
|
|
export const Providers = { |
|
|
|
export const Providers = { |
|
|
|
getProvider: (type, config) => { |
|
|
|
getProvider: (type, config) => { |
|
|
|
if (!providerInjection[type]) { |
|
|
|
if (!providerInjection[type]) { |
|
|
|
_global.console && console.error(`provider: [${type}] undefined`); |
|
|
|
_global.console && console.warn(`provider: [${type}] undefined`); |
|
|
|
} |
|
|
|
} |
|
|
|
runConfigFunction(type); |
|
|
|
runConfigFunction(type); |
|
|
|
if (!providers[type]) { |
|
|
|
if (!providers[type]) { |
|
|
|