mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 17:31:29 +00:00
Generate a d.ts using modified dts-generator, see #434
This commit is contained in:
@ -357,7 +357,7 @@ function testInstantiate(basename, binaryBuffer, name) {
|
||||
console.log(colorsUtil.white(" [exit " + code + "]\n"));
|
||||
}
|
||||
});
|
||||
let leakCount = rtr.leakCount;
|
||||
let leakCount = rtr.check();
|
||||
if (leakCount) {
|
||||
let msg = "memory leak detected: " + leakCount + " leaking";
|
||||
console.log("- " + colorsUtil.red("rtrace " + name + " ERROR: ") + msg);
|
||||
|
Reference in New Issue
Block a user