Skip to content

Commit 3c3142f

Browse files
committed
Minor changes
1 parent 91f912b commit 3c3142f

File tree

1 file changed

+3
-3
lines changed
  • rocket-chatter-ingestion-server/src/process/prepare

1 file changed

+3
-3
lines changed

rocket-chatter-ingestion-server/src/process/prepare/codebase.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ export class Codebase {
117117

118118
/* Step 1 */
119119
// 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)
120+
const files = this._files.slice(start, end)
121+
const jobs = files.map((x) => this._fileProcessor.process(x, nodes))
122+
await Promise.all(jobs)
123123
// } catch {
124124
// console.error(`Error in processing ${start}-${end} files`)
125125
// }

0 commit comments

Comments
 (0)