We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ce776 commit c4fe819Copy full SHA for c4fe819
deps/node/src/node_file.cc
@@ -1455,7 +1455,7 @@ int MKDirpAsync(uv_loop_t* loop,
1455
std::string dirname = path.substr(0,
1456
path.find_last_of(kPathSeparator));
1457
if (dirname != path) {
1458
- req_wrap->continuation_data()->PushPath(std::move(path));
+ req_wrap->continuation_data()->PushPath(path);
1459
req_wrap->continuation_data()->PushPath(std::move(dirname));
1460
} else if (req_wrap->continuation_data()->paths().size() == 0) {
1461
err = UV_EEXIST;
0 commit comments