From d4e2259d0156a81a7353858ab8cbf4a330c5dd47 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 2 Sep 2012 06:40:06 +0900 Subject: もっとなおした --- usi.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usi.js') diff --git a/usi.js b/usi.js index 6d0fa21..10aee50 100644 --- a/usi.js +++ b/usi.js @@ -35,7 +35,7 @@ THE POSSIBILITY OF SUCH DAMAGE. // INFO {{{ let INFO = <> - /, ''); let result = toResult(text); if (result.@stat == 'ok') { - if (!pre) + if (!pre && cache) Cache.set(cache, text); onComplete(result); } else { -- cgit v1.2.3