diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-04 17:38:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-04 17:38:34 +0900 |
| commit | a5b9d7eb3b3b060929fdc3f7cbf9b41110120042 (patch) | |
| tree | 2607be8fb18f5cca7eab8f8d0549573271dd7635 /cli | |
| parent | :v: (diff) | |
| download | sharkey-a5b9d7eb3b3b060929fdc3f7cbf9b41110120042.tar.gz sharkey-a5b9d7eb3b3b060929fdc3f7cbf9b41110120042.tar.bz2 sharkey-a5b9d7eb3b3b060929fdc3f7cbf9b41110120042.zip | |
oops
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/clean-cached-remote-files.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/clean-cached-remote-files.js b/cli/clean-cached-remote-files.js index 5e359412bf..e4db37ef97 100644 --- a/cli/clean-cached-remote-files.js +++ b/cli/clean-cached-remote-files.js @@ -60,7 +60,7 @@ async function main() { 'metadata.isExpired': true } }) - ]).then(() => { + ]).then(async () => { res([i, file, true]); //#region サムネイルもあれば削除 |