mirror of
https://github.com/remotely-save/remotely-save.git
synced 2026-07-22 06:10:27 +00:00
fix checking
This commit is contained in:
parent
52f3e6a265
commit
fb2f4ef46f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export abstract class FakeFs {
|
|||
// await delay(3000);
|
||||
|
||||
console.info(`check connect: upload file`);
|
||||
const filename = `${folderName}/rs-test-file-${nanoid()}`;
|
||||
const filename = `${folderName}rs-test-file-${nanoid()}`;
|
||||
const ctime = Date.now();
|
||||
const mtime1 = Date.now();
|
||||
const content1 = new ArrayBuffer(100);
|
||||
|
|
|
|||
Loading…
Reference in a new issue