Skip to content

Commit c876d7e

Browse files
committed
Further fixed comment
1 parent 1165e56 commit c876d7e

File tree

1 file changed

+1
-1
lines changed
  • packages/storage/src/implementation

1 file changed

+1
-1
lines changed

packages/storage/src/implementation/type.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function isNativeBlob(p: unknown): p is Blob {
4040
}
4141

4242
export function isNativeBlobDefined(): boolean {
43-
// Note: The `isNode()` check can be removed when `ts-node` adds native Blob support
43+
// Note: The `isNode()` check can be removed when `node-fetch` adds native Blob support
4444
// PR: https://github.com/node-fetch/node-fetch/pull/1664
4545
return typeof Blob !== 'undefined' && !isNode();
4646
}

0 commit comments

Comments
 (0)