mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Fix lint errors
This commit is contained in:
@@ -997,7 +997,7 @@ class AtomEnvironment extends Model
|
||||
resolveProxy: (url) ->
|
||||
return new Promise (resolve, reject) =>
|
||||
requestId = @nextProxyRequestId++
|
||||
disposable = @applicationDelegate.onDidResolveProxy (id, proxy) =>
|
||||
disposable = @applicationDelegate.onDidResolveProxy (id, proxy) ->
|
||||
if id is requestId
|
||||
disposable.dispose()
|
||||
resolve(proxy)
|
||||
|
||||
Reference in New Issue
Block a user