Merge pull request #1507 from tschaub/update-closure-util
Update closure util.
This commit is contained in:
+1
-1
@@ -14,6 +14,6 @@
|
|||||||
"url": "https://github.com/openlayers/ol3/issues"
|
"url": "https://github.com/openlayers/ol3/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"closure-util": "*"
|
"closure-util": "~0.8.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,4 +43,8 @@ manager.on('ready', function() {
|
|||||||
server.listen(3000, function() {
|
server.listen(3000, function() {
|
||||||
log.info('ol', 'Listening on http://localhost:3000/ (Ctrl+C to stop)');
|
log.info('ol', 'Listening on http://localhost:3000/ (Ctrl+C to stop)');
|
||||||
});
|
});
|
||||||
|
server.on('error', function(err) {
|
||||||
|
log.error('ol', 'Server failed to start: ' + err.message);
|
||||||
|
process.exit(1);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user