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
a603870d
...
a603870d7cf2c29e3df3e1d95fe90bc5168f51ad
authored
2013-10-15 09:23:12 -0700
by
Nathan Black
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
merge from upstream
2 parents
326185dd
6efbbbde
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
modules/casper.js
modules/casper.js
View file @
a603870
...
...
@@ -129,7 +129,7 @@ var Casper = function Casper(options) {
// factories
this
.
cli
=
phantom
.
casperArgs
;
this
.
options
.
logLevel
=
this
.
cli
.
get
(
'log-level'
,
this
.
options
.
logLevel
);
if
(
this
.
options
.
verbose
===
fal
se
)
{
if
(
!
this
.
options
.
verbo
se
)
{
this
.
options
.
verbose
=
this
.
cli
.
has
(
'direct'
)
||
this
.
cli
.
has
(
'verbose'
);
}
this
.
colorizer
=
this
.
getColorizer
();
...
...
Please
register
or
sign in
to post a comment