(text)
| 4239 | file.hash || '', |
| 4240 | file.size, |
| 4241 | file.mtime.toISOString(), |
| 4242 | bundle.bundleKey || null, |
| 4243 | bundle.bundleLabel || null, |
| 4244 | bundle.bundleKind || null, |
| 4245 | file.filePath |
| 4246 | ); |
| 4247 | } else { |
| 4248 | const dateAdded = new Date().toISOString(); |
| 4249 | insertNew.run( |
| 4250 | file.filePath, |
| 4251 | file.fileName, |