Skip to content

Commit 011d14e

Browse files
committed
fix /
1 parent eed6f7f commit 011d14e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/globals_class.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ export class GFPlugin {
645645
* @memberof GFPlugin
646646
*/
647647
static getDrawioPath(): string {
648-
return `${GFPlugin.getLibsPath()}drawio/`;
648+
return `${GFPlugin.getLibsPath()}/drawio/`;
649649
}
650650

651651
/**
@@ -655,7 +655,7 @@ export class GFPlugin {
655655
* @memberof GFPlugin
656656
*/
657657
static getStaticPath(): string {
658-
return `${GFPlugin.getRootPath()}static/`;
658+
return `${GFPlugin.getRootPath()}/static/`;
659659
}
660660

661661
/**

0 commit comments

Comments
 (0)