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
34f47682
...
34f47682fcecb1bd17319a03cc2890b3ec062ce8
authored
2012-05-01 11:53:55 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed unused variable assignment
1 parent
527b776a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
bin/bootstrap.js
bin/bootstrap.js
View file @
34f4768
...
...
@@ -238,7 +238,6 @@ phantom.onError = function phantom_onError(msg, backtrace) {
if
(
match
&&
match
.
length
===
4
)
{
notices
.
push
(
' in module '
+
match
[
2
]);
notices
.
push
(
' NOTICE: errors within modules cannot be backtraced yet.'
);
cls
=
match
[
1
];
msg
=
match
[
3
];
}
console
.
error
(
c
.
colorize
(
msg
,
'RED_BAR'
,
80
));
...
...
Please
register
or
sign in
to post a comment