Skip to content

Commit 204d711

Browse files
committed
gracefully handle errors while combining processed changesets
1 parent e9319ea commit 204d711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/src/process.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ async function combineResults(results, date, hour) {
119119

120120
rl.on('error', (error) => {
121121
console.error(`Error reading file: ${error}`);
122+
resolve();
122123
});
123124
});
124125
}

0 commit comments

Comments
 (0)