Skip to content

Commit

Permalink
update acm.close()
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaitao committed Dec 9, 2018
1 parent fe517f7 commit b5e3d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ const initAcm = async () => {
const { qiniu } = JSON.parse(content)
const upload = new UploadQN(qiniu.bucket, qiniu.ak, qiniu.sk)
upload.doAllFileUpload(publicPath)
acm.close()
}
initAcm()

0 comments on commit b5e3d5b

Please sign in to comment.