mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Revert "build: change file with testable content"
This reverts commit ce716119b7
.
This commit is contained in:
parent
ce716119b7
commit
b5e6c260a0
|
@ -80,7 +80,7 @@ async function request(config: {
|
|||
return response.data;
|
||||
} catch (error) {
|
||||
if (error.message === 'Network Error') {
|
||||
throw new ResponseError('API Server can not be reached. It is probably down.', {
|
||||
throw new ResponseError('API-Server can not be reached. It is probably down.', {
|
||||
errorCode: NO_NETWORK_ERROR_CODE,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue