Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinjdobler committed Oct 2, 2020
1 parent e30330a commit c44fd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creator.ts
Expand Up @@ -330,7 +330,7 @@ export class MSICreator {
}

const preArgs = flatMap(this.extensions.map((e) => (['-ext', e])));

if (typeof this.ui === 'object' && this.ui.localizations && this.ui.localizations.length && type === 'msi') {
this.ui.localizations.forEach((l) => preArgs.push('-loc', l));
}
Expand Down

0 comments on commit c44fd1b

Please sign in to comment.