We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f912b commit 3c3142fCopy full SHA for 3c3142f
rocket-chatter-ingestion-server/src/process/prepare/codebase.ts
@@ -117,9 +117,9 @@ export class Codebase {
117
118
/* Step 1 */
119
// try {
120
- const files = this._files.slice(start, end)
121
- const jobs = files.map((x) => this._fileProcessor.process(x, nodes))
122
- await Promise.all(jobs)
+ const files = this._files.slice(start, end)
+ const jobs = files.map((x) => this._fileProcessor.process(x, nodes))
+ await Promise.all(jobs)
123
// } catch {
124
// console.error(`Error in processing ${start}-${end} files`)
125
// }
0 commit comments