Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SkillfulElectro authored Jun 9, 2024
1 parent 15164dc commit 533d5bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ function createWindow() {
}

// experimental
const extension_file = process.argv.indexOf('-EXTENSION');
if (extension_file !== -1 && process.argv[configIndex + 1]) {
// const extension_file = process.argv.indexOf('-EXTENSION');
// if (extension_file !== -1 && process.argv[configIndex + 1]) {
// ongoing project
// process.argv[extension_file + 1]
}
// }

custtomSession = session.fromPartition(customPartition)
const mainWindowOptions = {
Expand Down

0 comments on commit 533d5bd

Please sign in to comment.