Skip to content

Commit 9a40941

Browse files
committed
Use argument instead of constant
1 parent 3b85961 commit 9a40941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const Serial = {
7777
return path.posix.join(navigation, target)
7878
},
7979
getFullPath: (root, navigation, file) => {
80-
return path.posix.join('/', navigation, file)
80+
return path.posix.join(root, navigation, file)
8181
},
8282
getParentPath: (navigation) => {
8383
return path.posix.dirname(navigation)

0 commit comments

Comments
 (0)