Fix Compile Alert Messages
This commit is contained in:
parent
11c3aae683
commit
0998c54e54
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ public class BytecodeViewer
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
return compile(true, false);
|
return compile(false, false);
|
||||||
} catch (NullPointerException ignored) {
|
} catch (NullPointerException ignored) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue