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
14f04834
...
14f04834e0bde13913afde1b25a4cb428b532ca6
authored
2011-09-19 12:08:10 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
log message when failed injecting client-side utils raised to 'warning'
1 parent
ce6d7653
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
casper.js
casper.js
View file @
14f0483
...
...
@@ -536,7 +536,7 @@
utils
:
encodeURIComponent
(
phantom
.
Casper
.
ClientUtils
.
toString
())
}));
if
(
!
injected
)
{
casper
.
log
(
'Failed to inject Casper client-side utilities!'
,
"
debu
g"
);
casper
.
log
(
'Failed to inject Casper client-side utilities!'
,
"
warnin
g"
);
}
else
{
casper
.
log
(
'Successfully injected Casper client-side utilities'
,
"debug"
);
}
...
...
Please
register
or
sign in
to post a comment