mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +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