Skip to content

Commit

Permalink
CR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShilon committed Sep 22, 2024
1 parent 2344215 commit 485b50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compilers/argument-parsers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class BaseParser {
}

static getExamplesRoot(): string {
return props.get('builtin', 'sourcePath', './examples/') as string;
return props.get<string>('builtin', 'sourcePath', './examples/');
}

static getDefaultExampleFilename() {
Expand Down

0 comments on commit 485b50f

Please sign in to comment.