Skip to content

Commit 10d61c5

Browse files
committed
refactor(fs): Pass integrity to cloned resource
1 parent 6b5277f commit 10d61c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/fs/lib/Resource.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ class Resource {
786786
isDirectory: this.#isDirectory,
787787
byteSize: this.#byteSize,
788788
lastModified: this.#lastModified,
789+
integrity: this.#integrity,
789790
sourceMetadata: clone(this.#sourceMetadata)
790791
};
791792

0 commit comments

Comments
 (0)