Skip to content

Commit 7249498

Browse files
authored
Merge branch 'main' into canary-automatic-retries
2 parents 951167c + 123afbe commit 7249498

File tree

1 file changed

+0
-1
lines changed
  • packages/aws-cdk-lib/core/lib/fs

1 file changed

+0
-1
lines changed

packages/aws-cdk-lib/core/lib/fs/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export class FileSystem {
1818
* @param destDir Destination directory
1919
* @param options options
2020
* @param rootDir Root directory to calculate exclusions from
21-
* @param scope The construct that the function is called from, used to get feature flags
2221
*/
2322
public static copyDirectory(srcDir: string, destDir: string, options: CopyOptions = { }, rootDir?: string) {
2423
return copyDirectory(srcDir, destDir, options, rootDir);

0 commit comments

Comments
 (0)