From 3b131a8bc9e8e31f3341a8e35905f2c049fa2913 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 6 Sep 2011 23:11:12 +0900 Subject: 例のやつ --- zip-de-download.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'zip-de-download.js') diff --git a/zip-de-download.js b/zip-de-download.js index 4d60266..9e0de28 100644 --- a/zip-de-download.js +++ b/zip-de-download.js @@ -332,8 +332,10 @@ let SITE_INFO = [ return; } liberator.echo("Started DownloadZip"); - let zipFile = self.download(arg[0], false, option); - liberator.echo("Completed DownloadZip: " + zipFile.path); + setTimeout(function () { + let zipFile = self.download(arg[0], false, option); + liberator.echo("Completed DownloadZip: " + zipFile.path); + }, 0); }, { argCount: "?", literal: true, -- cgit v1.2.3