mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-08 07:54:11 -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) {
|
if (cEmitted) {
|
||||||
emitC(module, buildTarget, getBaseName(outputName) + ".wasm.c");
|
emitC(module, buildTarget, getBaseName(outputName) + ".wasm.c");
|
||||||
}
|
}
|
||||||
if (statsCollector != null) {
|
if (this.statsCollector != null) {
|
||||||
writeStats(buildTarget, outputName);
|
writeStats(buildTarget, outputName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user