Commit 237a1655 237a1655097d2eacace269342e3269e14964b849 by Nicolas Perriault

removed attempt to catch Error caller, that was silly

1 parent f40e837f
......@@ -207,8 +207,7 @@ if (!phantom.casperLoaded) {
} else {
location = "unknown";
}
var from = this.caller || "anonymous";
return this.toString() + '\n ' + from + ' at ' + location;
return this.toString() + '\n at ' + location;
},
configurable: true,
enumerable: true
......