()
| 48522 | } |
| 48523 | |
| 48524 | removeIntegrityFile() { |
| 48525 | var _this7 = this; |
| 48526 | |
| 48527 | return (0, (_asyncToGenerator2 || _load_asyncToGenerator()).default)(function* () { |
| 48528 | const loc = yield _this7._getIntegrityFileLocation(); |
| 48529 | if (loc.exists) { |
| 48530 | yield (_fs || _load_fs()).unlink(loc.locationPath); |
| 48531 | } |
| 48532 | })(); |
| 48533 | } |
| 48534 | } |
| 48535 | exports.default = InstallationIntegrityChecker; |
| 48536 |
no test coverage detected