Skip to content

Commit

Permalink
Debug, log process.env.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Nov 13, 2024
1 parent bedcb9e commit 8c2cbe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/services/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export class ElectronServiceFactory {
async getInstance() {
if (this.#instance) return this.#instance;

console.log('node env:', process.env.NODE_ENV);
try {
this.#instance = await _electron.launch({
args: [
Expand Down

0 comments on commit 8c2cbe0

Please sign in to comment.