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 7694efc commit 8daadf2Copy full SHA for 8daadf2
grails-core/src/main/groovy/grails/boot/GrailsApp.groovy
@@ -223,8 +223,8 @@ class GrailsApp extends SpringApplication {
223
recompile(f, compilerConfig, location)
224
if(newFiles.contains(f)) {
225
newFiles.remove(f)
226
- pluginManager.informOfFileChange(f)
227
}
+ pluginManager.informOfFileChange(f)
228
sleep 1000
229
230
@@ -241,8 +241,8 @@ class GrailsApp extends SpringApplication {
241
recompile(changedFile, compilerConfig, location)
242
if(newFiles.contains(changedFile)) {
243
newFiles.remove(changedFile)
244
- pluginManager.informOfFileChange(changedFile)
245
+ pluginManager.informOfFileChange(changedFile)
246
247
248
0 commit comments