Debug index.js
This commit is contained in:
parent
9ce7cfa445
commit
8969a6830e
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue