mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
build: change file with testable content
This commit is contained in:
parent
e4064caa20
commit
ce716119b7
|
@ -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