We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b85961 commit 9a40941Copy full SHA for 9a40941
preload.js
@@ -77,7 +77,7 @@ const Serial = {
77
return path.posix.join(navigation, target)
78
},
79
getFullPath: (root, navigation, file) => {
80
- return path.posix.join('/', navigation, file)
+ return path.posix.join(root, navigation, file)
81
82
getParentPath: (navigation) => {
83
return path.posix.dirname(navigation)
0 commit comments