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 4bb41ac commit 1d04647Copy full SHA for 1d04647
src/lib/sub-app/sub-app.factory.ts
@@ -279,9 +279,8 @@ function moveDirectoryTo(
279
tree.getDir(srcDir).visit((filePath: Path, file: Readonly<FileEntry>) => {
280
const newFilePath = join(destination as Path, filePath);
281
tree.create(newFilePath, file.content);
282
- tree.delete(filePath);
+ tree.delete(srcDir);
283
});
284
- tree.delete(srcDir);
285
}
286
287
function addAppsToCliOptions(
0 commit comments