Skip to content

Commit

Permalink
Merge pull request #496 from dlt1111/fix
Browse files Browse the repository at this point in the history
fix: vscode debug
  • Loading branch information
saltyshiomix authored Jan 16, 2025
2 parents 5ba80ba + a3001ae commit 4948d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nextron-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const execaOptions: execa.Options = {
)
mainProcess = execa(
'electron',
['.', `${rendererPort}`, `${electronOptions}`],
['.', `${rendererPort}`, ...electronOptions.split(' ')],
{
detached: true,
...execaOptions,
Expand Down

0 comments on commit 4948d02

Please sign in to comment.