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
ff50af66
...
ff50af66b6c8fc4f3d5f48555b599d9f4118f0ee
authored
2013-06-02 20:31:09 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
proper exit when node is detected
1 parent
9d8e2777
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
bin/bootstrap.js
bin/bootstrap.js
View file @
ff50af6
...
...
@@ -34,6 +34,7 @@
// node check
if
(
process
&&
process
.
title
===
"node"
)
{
console
.
error
(
'CasperJS cannot be executed within a nodejs environment'
);
process
.
exit
(
1
);
}
// phantom check
...
...
Please
register
or
sign in
to post a comment