aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/stream-provider.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/scripts/lib/stream-provider.js')
-rw-r--r--app/scripts/lib/stream-provider.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/stream-provider.js b/app/scripts/lib/stream-provider.js
index b0a922397..5a77979ee 100644
--- a/app/scripts/lib/stream-provider.js
+++ b/app/scripts/lib/stream-provider.js
@@ -17,7 +17,7 @@ function StreamProvider(){
// public
StreamProvider.prototype.send = function(payload){
- throw new Error('StreamProvider - does not support synchronous RPC calls')
+ throw new Error('StreamProvider - does not support synchronous RPC calls. called: "'+payload.method+'"')
}
StreamProvider.prototype.sendAsync = function(payload, callback){