Skip to content

Commit

Permalink
fix formatting of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty committed Jun 8, 2024
1 parent 2b14883 commit eda1cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/launcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ async function callRunner(
// requires a "./"
if (!isWindows) bin = './' + bin

//this must be a native sideload
// this must be a native sideload
if (runner.name === 'sideload' && wrappers.length > 0) {
commandParts.unshift(...wrappers, fullRunnerPath)
bin = commandParts.shift()!
Expand Down

0 comments on commit eda1cf3

Please sign in to comment.