Skip to content

Commit f0d3394

Browse files
committed
fixed #414
1 parent 4da895e commit f0d3394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick-start/src/main/ui/app/mlcp-ui/mlcp-ui.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ export class MlcpUiComponent {
512512
}
513513

514514
outputUriReplaceValue() {
515-
return `${this.inputFilePath.replace(/\\/g, '\\\\')},''`;
515+
return `${this.inputFilePath.replace(/\\/g, '/').replace(/^([A-Za-z]):/, '/$1:')},''`;
516516
}
517517

518518
folderClicked(folder: string): void {

0 commit comments

Comments
 (0)