added Smartpath class and path level array

This commit is contained in:
2016-11-26 22:46:36 +01:00
parent c52c1902ee
commit 7916929550
18 changed files with 250 additions and 198 deletions

View File

@@ -33,7 +33,7 @@ export let toAbsolute = function(relativeArg: string | string[], baseArg?: strin
}
return absoluteArray
} else {
plugins.beautylog.error('smartpath.absolute() could not make sense of the input. ' +
console.error('smartpath.absolute() could not make sense of the input. ' +
'Input is neither String nor Array')
return false
}