Skip to content

Commit

Permalink
report the method when sendCommand fails
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Jan 24, 2012
1 parent 7f76864 commit b321ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/crxEnd/DebuggerAdapter.js
Expand Up @@ -67,7 +67,7 @@ DebuggerAdapter.prototype = {

var commandResponse = function(response) {
if (chrome.extension.lastError) {
console.error("sendCommand FAILS "+chrome.extension.lastError, chrome.extension.lastError);
console.error("sendCommand "+method+" FAILS "+chrome.extension.lastError, chrome.extension.lastError);
return;
}
if (debug) {
Expand Down

0 comments on commit b321ef5

Please sign in to comment.