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
aaf83a53
...
aaf83a53bc402c5ca6ec5632a10bf429c7d25a02
authored
2012-05-01 08:12:24 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typo
1 parent
22f5e13f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
bin/bootstrap.js
bin/bootstrap.js
View file @
aaf83a5
...
...
@@ -71,7 +71,7 @@ phantom.loadCasper = function loadCasper() {
}
if
(
!
phantom
.
casperPath
)
{
console
.
error
(
"Couldn't find no
t
compute phantom.casperPath, exiting."
);
console
.
error
(
"Couldn't find no
r
compute phantom.casperPath, exiting."
);
phantom
.
exit
(
1
);
}
...
...
Please
register
or
sign in
to post a comment