mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-09 00:14:10 -08:00
JS: fix source map generation in some cases
This commit is contained in:
parent
6ed00f1af2
commit
15be89a758
|
@ -26,7 +26,9 @@ class LayerIterator {
|
||||||
methodIterators[i] = new MethodIterator(debugInformation.layers[i]);
|
methodIterators[i] = new MethodIterator(debugInformation.layers[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
nextImpl();
|
if (!isEndReached()) {
|
||||||
|
nextImpl();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isEndReached() {
|
public boolean isEndReached() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user