Commit af533502 authored by Martin Guether's avatar Martin Guether
Browse files

fixed crash on console

parent f9cf8ba7
......@@ -33,7 +33,7 @@ module.exports = {
phantom.create({ path: require('phantomjs-prebuilt').path }, function (err, browser) {
if(err){
console.err(err);
console.log(err);
}else{
return browser.createPage(function (err, page) {
console.log("page created, opening ",space_url);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment