Skip to content

Commit 70d4f97

Browse files
committed
remove api return value
1 parent 92b5613 commit 70d4f97

File tree

5 files changed

+147
-153
lines changed

5 files changed

+147
-153
lines changed

demo/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var platform = os.platform();
55

66
var createFile = function (filepath, size, callback) {
77
var cb = function (err) {
8-
console.log(path.basename(filepath) + ' create', err ? 'error.' : 'success.', err || '');
8+
// console.log(path.basename(filepath) + ' create', err ? 'error.' : 'success.', err || '');
99
callback && callback();
1010
};
1111
if (fs.existsSync(filepath)) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cos-nodejs-sdk-v5",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "cos nodejs sdk v5",
55
"main": "index.js",
66
"devDependencies": {},

0 commit comments

Comments
 (0)