Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Pipes 2.0.2
-
None
Description
.echo(PATH_FRUITS) //should return fruit root .echo("nonexisting") // /content/fruits/nonexisting does not exist .echo(PATH_APPLE) // existing apple
does actually return PATH_APPLE's resource.
wether nonexisting is a configuration mistake or some contextual problem, this pipe should be cut, and not remove anything.