Skip to content

Commit

Permalink
Fixed package path
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Oct 17, 2021
1 parent b891915 commit 8d09ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-desktop/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import editorCommandDeclarations from './gui/NoteEditor/editorCommandDeclaration
import ShareService from '@joplin/lib/services/share/ShareService';
import checkForUpdates from './checkForUpdates';
import { AppState } from './app.reducer';
import syncDebugLog from '../lib/services/synchronizer/syncDebugLog';
import syncDebugLog from '@joplin/lib/services/synchronizer/syncDebugLog';
// import { runIntegrationTests } from '@joplin/lib/services/e2ee/ppkTestUtils';

const pluginClasses = [
Expand Down

0 comments on commit 8d09ed3

Please sign in to comment.