Skip to content

Commit

Permalink
Comma comma
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-the-slime authored Aug 28, 2024
1 parent 2374731 commit 5536a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export class D2Processor {
`--pad=${this.plugin.settings.pad}`,
`--sketch=${this.plugin.settings.sketch}`,
"--bundle=false",
"--scale=1"
"--scale=1",
];
if(this.plugin.settings.regularFontPath) {
args.push(`--fontRegular=${this.plugin.settings.regularFontPath}`);
Expand Down

0 comments on commit 5536a96

Please sign in to comment.