mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Remove semicolon
This commit is contained in:
@@ -127,7 +127,7 @@ if cache.debug
|
||||
|
||||
originalFindPath = Module._findPath
|
||||
Module._findPath = (request, paths) ->
|
||||
cacheKey = JSON.stringify({request, paths});
|
||||
cacheKey = JSON.stringify({request, paths})
|
||||
cache.findPathCount++ unless Module._pathCache[cacheKey]
|
||||
startTime = Date.now()
|
||||
foundPath = originalFindPath.apply(global, arguments)
|
||||
|
||||
Reference in New Issue
Block a user