Skip to content

Commit

Permalink
fix: 移除多于的模块引入 (#129)
Browse files Browse the repository at this point in the history
重复引入了fs模块
  • Loading branch information
whidy authored Jan 26, 2022
1 parent b5b59f1 commit 4902161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ var Async = require('../sdk/async');
var Batch = require('batch');
var fs = require('fs');
var os = require('os');
var fs = require('fs');

var platform = os.platform();
var createFile = function (filepath, size, callback) {
Expand Down

0 comments on commit 4902161

Please sign in to comment.