Skip to content

Commit 931127e

Browse files
committed
make this only a log (could be a request from window that is closed)
1 parent 4d8db77 commit 931127e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servoy_ngclient/src/com/servoy/j2db/server/ngclient/NGFormManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ public IWebFormController getFormAndSetCurrentWindow(String formName)
616616
}
617617
else
618618
{
619-
Debug.error("should the form " + formName + " have a window name?"); // throw new RuntimeException("window not set for form:" + formName + " (" + form + ")");
619+
Debug.log("should the form " + formName + " have a window name, window very likely already closed?"); // throw new RuntimeException("window not set for form:" + formName + " (" + form + ")");
620620
}
621621
return form;
622622
}

0 commit comments

Comments
 (0)