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 c61e183 commit efd9140Copy full SHA for efd9140
packages/compass-shell/src/modules/runtime.js
@@ -80,7 +80,8 @@ function reduceSetupRuntime(state, action) {
80
{
81
env: { ...process.env, ELECTRON_RUN_AS_NODE: 1 },
82
serialization: 'advanced',
83
- }
+ },
84
+ action.appRegistry
85
)
86
: new ElectronRuntime(
87
CompassServiceProvider.fromDataService(action.dataService),
0 commit comments