mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-21 16:04:09 -08:00
IDEA: fix build
This commit is contained in:
parent
013ba237b0
commit
8963b00ed4
|
@ -63,7 +63,7 @@ class TeaVMStackFrame extends XStackFrame {
|
|||
if (jsFrame != null) {
|
||||
JavaScriptLocation jsLocation = jsFrame.getLocation();
|
||||
if (jsLocation != null) {
|
||||
virtualFile = VirtualFileManager.getInstance().findFileByUrl(jsLocation.getScript());
|
||||
virtualFile = VirtualFileManager.getInstance().findFileByUrl(jsLocation.getScript().getUrl());
|
||||
if (virtualFile != null) {
|
||||
line = jsLocation.getLine();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user