Closed hiddentao closed 3 months ago
Occasionally, if mistakes are made during upgrades, the supportsInterface() method disappears from the diamond, which prevents further upgrades from taking place due to Gemforge's reliance on it. Add a CLI flag to bypass the lack of this method.
supportsInterface()
Decided against a CLI flag. Instead the code will warn if you supportsInterface() doesn't work as expected but still try to continue, see #43.
Completed in 2.9.0
Occasionally, if mistakes are made during upgrades, the
supportsInterface()
method disappears from the diamond, which prevents further upgrades from taking place due to Gemforge's reliance on it. Add a CLI flag to bypass the lack of this method.