We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3dc1c commit 20fde85Copy full SHA for 20fde85
grails-bootstrap/src/main/groovy/grails/util/Environment.groovy
@@ -235,7 +235,7 @@ enum Environment {
235
}
236
237
static void setCurrentReloadError(Throwable currentReloadError) {
238
- Environment.currentReloadError = currentReloadError
+ Environment.@currentReloadError = currentReloadError
239
240
241
static MultipleCompilationErrorsException getCurrentCompilationError() {
0 commit comments