Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Dec 16, 2016
1 parent a5241f7 commit a230e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -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];
Expand Down

0 comments on commit a230e80

Please sign in to comment.