修复提交报错

This commit is contained in:
jaywcjlove 2016-11-21 01:17:10 +08:00
parent cbae285ab3
commit 4443749325
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ var exec = require('child_process').exec;
var ghpages = require('gh-pages');
var loading = require('loading-cli');
var path = require('path');
var fs = require('fs');
var color = require('colors-cli/safe');
var error = color.red.bold;
var warn = color.yellow;