for https://github.com/dwelch2344/cve-ref-archival/blob/24ca51169ff07766fc5d35a2ab3bc8b2a47c195c/src/engine/cve/processor.ts#L150-L157 ``` let target try { const result = await processAsset(asset, rec, db, bucket, base, request, domain) assets.push(asset) // console.log('uploaded', result) } catch (err) { console.warn('Failed to upload', target, err) ``` `target` is always `undefined` but maybe something about the asset was supposed to be logged?