()
| 70 | ); |
| 71 | |
| 72 | export const nvsNotFound = () => |
| 73 | createUserError( |
| 74 | localize( |
| 75 | 'NVS_HOME.not.found.message', |
| 76 | "Attribute 'runtimeVersion' with a flavor/architecture requires 'nvs' to be installed.", |
| 77 | ), |
| 78 | ErrorCodes.NvsNotFound, |
| 79 | ); |
| 80 | |
| 81 | export const nvmHomeNotFound = () => |
| 82 | createUserError( |
no test coverage detected