diff --git a/source/code/upath.coffee b/source/code/upath.coffee index 9a5087f..7a2b935 100755 --- a/source/code/upath.coffee +++ b/source/code/upath.coffee @@ -86,7 +86,7 @@ extraFunctions = else ext = if ext[0] is '.' then ext else '.' + ext if upath.extname(filename) is ext - upath.trimExt filename + upath.trimExt filename, [], ext.length else filename