(error)
| 642 | |
| 643 | // remove files that are no longer in YAML configuration |
| 644 | for (const gf of gistFileNames) { |
| 645 | if (!expectedFiles.has(gf)) { |
| 646 | yield* GH.removeFileFromGist({ |
| 647 | gist_id: gistFromCache.id, |
| 648 | gist_name: gistFromCache.name, |
| 649 | file_name: gf, |
no outgoing calls