Set iterations and add debug

pull/1786/head
Paul Sauve 8 years ago
parent 10200cbdf1
commit 3eb4c0b240

@ -64,6 +64,7 @@ const args = [
`--server=http://${username}:${accessKey}@ondemand.saucelabs.com/wd/hub`,
`--custom=${process.cwd()}`,
`--output=${outputFile}`,
`--iterations=15`,
];
try {
@ -84,7 +85,7 @@ fetch(`https://${githubUsername}:${githubToken}@api.github.com/repos/sveltejs/sv
.then(res => {
let addComment = false;
let editId = null;
console.log('[DEBUG]', res);
if (res.length === 0) {
addComment = true;
} else if (res[res.length - 1].user.id === id) {

Loading…
Cancel
Save