From 2a13d1e1c5539bd8b13fbff47cde79a1cafeeb03 Mon Sep 17 00:00:00 2001 From: jomo Date: Wed, 5 Nov 2014 00:07:39 +0100 Subject: [PATCH] :poop: :poop: :poop: :poop: genius me MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ░░░░░░░░░░░░░░░░░░░▄▄▄▄▄▄░░░░░░░░░ ░░░░░░░░░░░░█▀█▄▄▀▀░░░░░░▀█▄░░░░░░ ░░░░░░░█▀▀▀▀░░░░░░░░░░░░░░░░▀▄▄▄▄░ ░░░░░▄▄▀░░░▄█░░░░░░░░░░░░░░░░▄▄██▄ ░░░░░█░░▄█▀░░▀▀▀▀▀▄▄░░░░░░░▄▄█░▀█░ ░░░░░█░▄▀░░░░░░░░░░░▀▀▀▀▄▄███░░░▀▄ ░░░░░▀▄█▄███▄▄░░░▄▄▄▄░░░░▄▀░░░░░░█ ░░░░░░█▄█▀██▀░░░░█▀▄▄▀░░█░░░░░░░█▀ ░░░░░██░██▀░░░░░▄█▄███░░█░░░░░░░█░ ░░░▄▄█▀█▄░░▄▄▄▄░░█░░░░▄▀░░░░░░░█░░ ░▄▀░░███▄░░▀▀░▀░░░░░▄█▄░░░░░░░█▀░░ █░░░░█░█▄▄▄▄▄▄▄░░░░░█▀███░░░░░█░░░ █░░░░██████▀▀▀█░░░░░░██░█▄▄▄▄▄█░░░ ░░░░░██░▄██▀▀██░█░░░▄▀██▀░░░░▀▀▀▄░ ░░░░░█▀██░░▄███░█░░░█▀░░░░░░░░░░░█ ░░░░░░▄█▀▀▀██▀░░░░▄▀░░░░░░░░░░░░░▀ ░░░░░░▀▄░░░░░░░░▄▀░░░░░░░░░░░░░░░░ ░░░░░░░░█▄▀▀▀▄▀▀░░░░░░░░░░░░░░░░░░ --- modules/cache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cache.js b/modules/cache.js index 05099d3..fa09bcc 100644 --- a/modules/cache.js +++ b/modules/cache.js @@ -31,7 +31,7 @@ function update_file_date(hash) { fs.exists(path, function(exists) { if (exists) { var date = new Date(); - fs.utimes("path", date, date, function(err){ + fs.utimes(path, date, date, function(err){ if (err) { console.error(err); }