mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-08 07:54:11 -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]);
|
||||
}
|
||||
|
||||
nextImpl();
|
||||
if (!isEndReached()) {
|
||||
nextImpl();
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isEndReached() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user