Skip to content

Commit 3b85961

Browse files
committed
Fix variable name
1 parent 0f2d07e commit 3b85961

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
@@ -79,7 +79,7 @@ const Serial = {
7979
getFullPath: (root, navigation, file) => {
8080
return path.posix.join('/', navigation, file)
8181
},
82-
getParentPath: (filePath) => {
82+
getParentPath: (navigation) => {
8383
return path.posix.dirname(navigation)
8484
}
8585
}

0 commit comments

Comments
 (0)