Skip to content

Commit

Permalink
chore: trigger e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledger authored and Ledger committed Oct 2, 2023
1 parent da6f61a commit afa58e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ if (!process.env.IS_INTERNAL_PROCESS) {
// Main electron thread
require("./main");
} else {
// Internal thread (coins, hardware)
// Internal thread (coins, wallet USB management)
require("./internal");
}

0 comments on commit afa58e8

Please sign in to comment.