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
0799a6b7
...
0799a6b7fee93daa99e5b6217b5ceee774d3e0a5
authored
2013-03-03 11:54:35 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typo
1 parent
ebdf5e89
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
bin/casperjs
bin/casperjs
View file @
0799a6b
...
...
@@ -56,5 +56,5 @@ CASPER_COMMAND.extend(CASPER_ARGS)
try
:
os
.
execvp
(
CASPER_COMMAND
[
0
],
CASPER_COMMAND
)
except
OSError
as
err
:
print
(
(
'Fatal:
%
s; did you install phantomjs?'
%
err
)
)
print
(
'Fatal:
%
s; did you install phantomjs?'
%
err
)
sys
.
exit
(
1
)
...
...
Please
register
or
sign in
to post a comment