mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 10:35:59 +00:00
server: initial support for TypeScript
This commit is contained in:
@@ -249,7 +249,9 @@ class ClientRequest {
|
||||
const sourcePaths = getEnsuredArray(options.sourcePaths);
|
||||
|
||||
sourcePaths.forEach((source, index) => {
|
||||
let callback = () => {};
|
||||
let callback = () => {
|
||||
// empty initializer
|
||||
};
|
||||
const destination = `${destinationPath}${path.sep}${filenames[index]}`;
|
||||
const isLastRequest = index + 1 === sourcePaths.length;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user