Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Aug 31, 2024
1 parent 1ff6fce commit bc2b0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension/kernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ export class Kernel implements Disposable {
}

TelemetryReporter.sendTelemetryEvent('cell.startExecute')
// todo(sebastian): rewrite to use non-blocking impl
await getEventReporter().reportExecution(cell)
runmeExec.start(Date.now())

Expand Down

0 comments on commit bc2b0ac

Please sign in to comment.