()
| 148 | ); |
| 149 | |
| 150 | export const invalidConcurrentProfile = () => |
| 151 | createUserError( |
| 152 | localize( |
| 153 | 'profile.error.concurrent', |
| 154 | 'Please stop the running profile before starting a new one.', |
| 155 | ), |
| 156 | ErrorCodes.InvalidConcurrentProfile, |
| 157 | ); |
| 158 | |
| 159 | export const replError = (message: string) => createSilentError(message, ErrorCodes.ReplError); |
| 160 |
no test coverage detected