Skip to content

Commit

Permalink
feat(compass-shell): connect appRegistry to worker runtime telemetry (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gribnoysup authored Feb 2, 2021
1 parent c61e183 commit efd9140
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/compass-shell/src/modules/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ function reduceSetupRuntime(state, action) {
{
env: { ...process.env, ELECTRON_RUN_AS_NODE: 1 },
serialization: 'advanced',
}
},
action.appRegistry
)
: new ElectronRuntime(
CompassServiceProvider.fromDataService(action.dataService),
Expand Down

0 comments on commit efd9140

Please sign in to comment.