fix debug
This commit is contained in:
parent
e3abd80927
commit
da8ed9643b
@ -215,7 +215,7 @@ let hasBeenLogged = false;
|
||||
let hasBeenWarned = false;
|
||||
|
||||
const logPlugin = (plugin, targets, list) => {
|
||||
const envList = list[plugin];
|
||||
const envList = list[plugin] || {};
|
||||
const filteredList = Object.keys(targets)
|
||||
.reduce((a, b) => {
|
||||
a[b] = envList[b];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user