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 0f2d07e commit 3b85961Copy full SHA for 3b85961
preload.js
@@ -79,7 +79,7 @@ const Serial = {
79
getFullPath: (root, navigation, file) => {
80
return path.posix.join('/', navigation, file)
81
},
82
- getParentPath: (filePath) => {
+ getParentPath: (navigation) => {
83
return path.posix.dirname(navigation)
84
}
85
0 commit comments