(records)
| 1038 | } |
| 1039 | |
| 1040 | async function writeAppSessionsStore(records) { |
| 1041 | await ensureDirs() |
| 1042 | await writeFile(appSessionsPath, JSON.stringify(records, null, 2), 'utf8') |
| 1043 | } |
| 1044 | |
| 1045 | function persistableRunRequest(request) { |
| 1046 | if (!request) { |
no test coverage detected