Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
  • Loading branch information
tsmaeder committed Jun 26, 2024
1 parent b492405 commit 32cbad6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/core/src/electron-main/electron-main-application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -722,10 +722,10 @@ export class ElectronMainApplication {

protected async onSecondInstance(event: ElectronEvent, argv: string[], cwd: string): Promise<void> {
createYargs(this.processArgv.getProcessArgvWithoutBin(argv), process.cwd())
.help(false)
.command('$0 [file]', false,
cmd => cmd
.positional('file', { type: 'string' }),
.help(false)
.command('$0 [file]', false,
cmd => cmd
.positional('file', { type: 'string' }),
async args => {
this.handleMainCommand({
file: args.file,
Expand Down

0 comments on commit 32cbad6

Please sign in to comment.