if git not installed do not show error. Just propose install git and clone from github repo

This commit is contained in:
coderaiser 2012-12-11 06:59:09 -05:00
parent 49915026e5
commit 0ce642b241
4 changed files with 18 additions and 10 deletions

View file

@ -1,6 +1,6 @@
(function(){
"use strict";
var DIR = __dirname + '/',
main = require(DIR + 'lib/server/main'),