Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/refactor/cohesion_ingest' into r…
Browse files Browse the repository at this point in the history
…efactor/cohesion_ingest
  • Loading branch information
geolffreym committed Dec 23, 2021
2 parents c4a36cd + 8dfbc0b commit cc0897d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = (ipcMain, runtime = 'node') => {
}

ipcMain.on('node-start', async (e) => {
initEvents(e) // Init listener on node ready1
initEvents(e) // Init listener on node ready
// Node events to handle progress and ready state
// "node-step" handle event to keep tracking states of node
orbit.on('node-progress', (_, hash) => setImmediate(() => { ingest.queue = hash }))
Expand Down

0 comments on commit cc0897d

Please sign in to comment.