Ignore empty proxy change details.

This commit is contained in:
FelisCatus 2014-12-16 18:27:18 +08:00
parent ba8af9f05b
commit f5789f7fda

View File

@ -137,6 +137,7 @@ timeout = null
options.watchProxyChange (details) ->
return if options.externalApi.disabled
return unless details
notControllableBefore = options.proxyNotControllable()
internal = false
switch details['levelOfControl']