You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/java/grails/util/Environment.java
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,7 @@ public String getReloadLocation() {
338
338
returnlocation;
339
339
}
340
340
else {
341
-
thrownewIllegalStateException("Cannot check reload enabled, ["+RELOAD_LOCATION+"] or ["+BuildSettings.APP_BASE_DIR+"] not set! Specify the system property.") ;
341
+
return"."; // default to the current directory
342
342
}
343
343
}
344
344
@@ -352,6 +352,11 @@ public boolean hasReloadLocation() {
0 commit comments