diff options
Diffstat (limited to 'lib/file-download.ts')
| -rw-r--r-- | lib/file-download.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/file-download.ts b/lib/file-download.ts index 68c4677a..f78ba8f9 100644 --- a/lib/file-download.ts +++ b/lib/file-download.ts @@ -466,6 +466,8 @@ export const downloadFile = async ( return { success: false, error }; } + console.log(fullUrl,"fullUrl") + // 파일 정보 확인 const metadata = await checkFileMetadata(fullUrl); if (!metadata.exists) { |
