mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14: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) {
|
if (jsFrame != null) {
|
||||||
JavaScriptLocation jsLocation = jsFrame.getLocation();
|
JavaScriptLocation jsLocation = jsFrame.getLocation();
|
||||||
if (jsLocation != null) {
|
if (jsLocation != null) {
|
||||||
virtualFile = VirtualFileManager.getInstance().findFileByUrl(jsLocation.getScript());
|
virtualFile = VirtualFileManager.getInstance().findFileByUrl(jsLocation.getScript().getUrl());
|
||||||
if (virtualFile != null) {
|
if (virtualFile != null) {
|
||||||
line = jsLocation.getLine();
|
line = jsLocation.getLine();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user