Debug index.js

This commit is contained in:
Benjamin Lannon 2018-12-05 20:58:07 -05:00
commit 8969a6830e

View file

@ -16,6 +16,8 @@ async function run() {
let newLabels = JSON.parse(fs.readFileSync(url).toString());
console.log({ newLabels, labels });
newLabels.forEach(async label => {
let { name, color, description } = label;