(cb)
| 129133 | } |
| 129134 | ts.tryDirectoryExists = tryDirectoryExists; |
| 129135 | function tryAndIgnoreErrors(cb) { |
| 129136 | try { |
| 129137 | return cb(); |
| 129138 | } |
| 129139 | catch (_a) { |
| 129140 | return undefined; |
| 129141 | } |
| 129142 | } |
| 129143 | ts.tryAndIgnoreErrors = tryAndIgnoreErrors; |
| 129144 | function tryIOAndConsumeErrors(host, toApply) { |
| 129145 | var args = []; |
no test coverage detected