mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(cloudcmd) IO.cp -> IO.copy
This commit is contained in:
parent
13307f3861
commit
5041930685
9 changed files with 48 additions and 11 deletions
2
server/fixture-user-menu/io-cp-fix.js
Normal file
2
server/fixture-user-menu/io-cp-fix.js
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
'use strict';
|
||||
await IO.copy(dirPath, mp3Dir, mp3Names);
|
||||
5
server/fixture-user-menu/io-cp.js
Normal file
5
server/fixture-user-menu/io-cp.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
await IO.cp({
|
||||
from: dirPath,
|
||||
to: mp3Dir,
|
||||
names: mp3Names,
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue