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
9f1b76d2
...
9f1b76d25b0f038a75472986dd218eb898355782
authored
2014-11-21 22:25:29 +0100
by
Mickaël Andrieu
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #1092 from RasmusWL/patch-1
Minor typo correction
2 parents
ab8f3ded
bed988a8
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 @
9f1b76d
...
...
@@ -568,7 +568,7 @@ Casper.prototype.die = function die(message, status) {
this
.
result
.
status
=
"error"
;
this
.
result
.
time
=
new
Date
().
getTime
()
-
this
.
startTime
;
if
(
!
utils
.
isString
(
message
)
||
!
message
.
length
)
{
message
=
"Suite explicit
e
ly interrupted without any message given."
;
message
=
"Suite explicitly interrupted without any message given."
;
}
this
.
log
(
message
,
"error"
);
this
.
echo
(
message
,
"ERROR"
);
...
...
Please
register
or
sign in
to post a comment