(errorActionPreference)
| 8688 | validateErrorActionPref(errorActionPreference); |
| 8689 | } |
| 8690 | function validateErrorActionPref(errorActionPreference) { |
| 8691 | if (!(errorActionPrefValues.has(errorActionPreference.toUpperCase()))) { |
| 8692 | throw new Error(`Invalid errorActionPreference: ${errorActionPreference}`); |
| 8693 | } |
| 8694 | } |
| 8695 | main(); |
| 8696 | |
| 8697 |
no outgoing calls
no test coverage detected
searching dependent graphs…