mirror of
https://github.com/atom/atom.git
synced 2026-01-30 01:08:31 -05:00
💄
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user