From 64e4cd3db131240ac8cc2b53da610f2bd0393070 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Mon, 7 Oct 2013 09:53:13 -0700 Subject: [PATCH] :lipstick: --- src/file.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file.coffee b/src/file.coffee index 41c5af9f9..1b57a038d 100644 --- a/src/file.coffee +++ b/src/file.coffee @@ -48,7 +48,7 @@ class File # copy is acceptable. # # Returns a String. - read: (flushCache)-> + read: (flushCache) -> if not @exists() @cachedContents = null else if not @cachedContents? or flushCache