Skip to content

Commit 4443749

Browse files
committed
修复提交报错
1 parent cbae285 commit 4443749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/deploy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ var exec = require('child_process').exec;
22
var ghpages = require('gh-pages');
33
var loading = require('loading-cli');
44
var path = require('path');
5+
var fs = require('fs');
56
var color = require('colors-cli/safe');
67
var error = color.red.bold;
78
var warn = color.yellow;

0 commit comments

Comments
 (0)