| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cd4b062 commit 1e48a5a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1584,7 +1584,7 @@ int MKDirpAsync(uv_loop_t* loop, | |||
| 1584 | 1584 | std::string dirname = path.substr(0, | |
| 1585 | 1585 | path.find_last_of(kPathSeparator)); | |
| 1586 | 1586 | if (dirname != path) { | |
| 1587 | - req_wrap->continuation_data()->PushPath(std::move(path)); | ||
| 1587 | + req_wrap->continuation_data()->PushPath(path); | ||
| 1588 | 1588 | req_wrap->continuation_data()->PushPath(std::move(dirname)); | |
| 1589 | 1589 | } else if (req_wrap->continuation_data()->paths().size() == 0) { | |
| 1590 | 1590 | err = UV_EEXIST; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments