mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(cloud) console.log -> CloudCmd.log
This commit is contained in:
parent
d051dc2560
commit
5b05c870fb
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ module.exports.uploadFile = (filename, data) => {
|
|||
|
||||
module.exports.saveFile = (callback) => {
|
||||
filepicker.pick((fpFile) => {
|
||||
console.log(fpFile);
|
||||
CloudCmd.log(fpFile);
|
||||
const {url} = fpFile;
|
||||
const responseType = 'arraybuffer';
|
||||
const success = exec.with(callback, fpFile.filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue