Closed tani closed 1 year ago
I forgot to check whether the s:available_packaes is empty in the past change. s:available_packages() will re-cache if the variable is empty, that is, jetpack#begin() is called.
s:available_packaes
s:available_packages()
jetpack#begin()
I forgot to check whether the
s:available_packaes
is empty in the past change.s:available_packages()
will re-cache if the variable is empty, that is,jetpack#begin()
is called.