Skip to content

Commit

Permalink
debug scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-polinsky committed Dec 12, 2024
1 parent 00efca2 commit 621ee6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/electron/src/integration-test/test-app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ void app.whenReady().then(async () => {
if (!process.env.IMJS_TEST_ELECTRON_SCOPES)
throw new Error("Please provide scopes in env");

console.log(`scopes ${process.env.IMJS_TEST_ELECTRON_SCOPES}`)
createWindow();

new ElectronMainAuthorization({
Expand Down

0 comments on commit 621ee6b

Please sign in to comment.