mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-30 10:30:08 +00:00
notes..
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dc16742a2f
commit
d0a607f2b6
@ -169,6 +169,8 @@ async function(base, sub, data, options){
|
|||||||
target = pwpath.join(target, index) }
|
target = pwpath.join(target, index) }
|
||||||
// create path / parts of path...
|
// create path / parts of path...
|
||||||
} else {
|
} else {
|
||||||
|
// NOTE: no need to encode stuff here as it will be taken care
|
||||||
|
// of by .mkdir(..)
|
||||||
var levels = pwpath.split(sub)
|
var levels = pwpath.split(sub)
|
||||||
levels.pop()
|
levels.pop()
|
||||||
// ensure the parent dir exists...
|
// ensure the parent dir exists...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user