Skip to content

Commit 20fde85

Browse files
authored
1 parent 5f3dc1c commit 20fde85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-bootstrap/src/main/groovy/grails/util/Environment.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ enum Environment {
235235
}
236236

237237
static void setCurrentReloadError(Throwable currentReloadError) {
238-
Environment.currentReloadError = currentReloadError
238+
Environment.@currentReloadError = currentReloadError
239239
}
240240

241241
static MultipleCompilationErrorsException getCurrentCompilationError() {

0 commit comments

Comments
 (0)