Warning Comment

This commit is contained in:
Konloch 2021-07-04 20:34:45 -07:00
parent d8df05b202
commit 122aa02d3d
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ public class ResourceViewPanel
if(!textArea.isEditable())
return true;
//WARNING: Any errors thrown will get swallowed by this class
//if it fails to display it may be hiding exceptions you can't see
SystemErrConsole errConsole = new SystemErrConsole("Java Compile Issues");
errConsole.setText("Error compiling class: " + viewer.cn.name +