There was an error while loading. Please reload this page.
When using path.normalize with a folder that has '..' at the end of it, it fails to continue parsing the input correctly.
path.normalize('bar/foo../../') current output: bar/foo../../ desired output: bar
When using path.normalize with a folder that has '..' at the end of it, it fails to continue parsing the input correctly.
path.normalize('bar/foo../../')
current output: bar/foo../../
desired output: bar