Track coffee cache hits correctly

Esse commit está contido em:
Kevin Sawicki
2015-01-23 10:58:49 -08:00
commit 6b963a562f
+1 -1
Ver Arquivo
@@ -26,7 +26,7 @@ getCachedJavaScript = (cachePath) ->
if fs.isFileSync(cachePath)
try
cachedJavaScript = fs.readFileSync(cachePath, 'utf8')
stats.misses++
stats.hits++
return cachedJavaScript
return