Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
237a1655
...
237a1655097d2eacace269342e3269e14964b849
authored
2012-01-09 15:20:35 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed attempt to catch Error caller, that was silly
1 parent
f40e837f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
bin/bootstrap.js
bin/bootstrap.js
View file @
237a165
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment