|
@@ -81,9 +81,7 @@ class Mkdir extends FsCommand {
|
|
|
}
|
|
|
|
|
|
if (!item.fs.exists(itemParentPath)) {
|
|
|
- throw new PathNotFoundException(String.format(
|
|
|
- "mkdir failed for path: %s. Item parent path not found: %s.",
|
|
|
- itemPath.toString(), itemParentPath.toString()));
|
|
|
+ throw new PathNotFoundException(itemParentPath.toString());
|
|
|
}
|
|
|
}
|
|
|
if (!item.fs.mkdirs(item.path)) {
|