Closed
Description
builder.js#L961 shorten the path, avoid multiple points "././" :p
function empty(s) {
return '' != s && '.' != s;
}
Metadata
Metadata
Assignees
Labels
No labels
builder.js#L961 shorten the path, avoid multiple points "././" :p
function empty(s) {
return '' != s && '.' != s;
}