changed ipc timeout message

This commit is contained in:
Fabian Vogelsteller 2015-06-30 14:18:17 +02:00
parent 99698eb2b6
commit 95b1b5f567
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
var utils = require('../utils/utils');
var errors = require('./errors');
var errorTimeout = '{"jsonrpc": "2.0", "error": {"code": -32603, "message": "FRONTEND Request timed out for method \'__method__\'"}, "id": "__id__"}';
var errorTimeout = '{"jsonrpc": "2.0", "error": {"code": -32603, "message": "IPC Request timed out for method \'__method__\'"}, "id": "__id__"}';
var IpcProvider = function (path, net) {