mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
wasm: fix NPE
This commit is contained in:
parent
0e7d6b65b4
commit
e9d206eed0
|
@ -565,7 +565,7 @@ public class WasmTarget implements TeaVMTarget, TeaVMWasmHost {
|
|||
if (cEmitted) {
|
||||
emitC(module, buildTarget, getBaseName(outputName) + ".wasm.c");
|
||||
}
|
||||
if (statsCollector != null) {
|
||||
if (this.statsCollector != null) {
|
||||
writeStats(buildTarget, outputName);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user