Skip to content

Commit

Permalink
app: Use absolute import in main
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 19, 2020
1 parent 6192992 commit 6b067ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {startOverlayServer} from 'main/overlayServer';
import {registerMainIpc, observeStore, loadMainConfig} from 'src/shared/store/ipc';
import connectNetworkStore from 'src/shared/store/network';
import store from 'src/shared/store';
import {registerDebuggingEventsService} from './debugEvents';
import {registerDebuggingEventsService} from 'src/main/debugEvents';

// Intialize the store for the main thread immedaitely.
store.isInitalized = true;
Expand Down

0 comments on commit 6b067ff

Please sign in to comment.