Add initial map implementation to tests, see #17

This commit is contained in:
dcodeIO
2018-06-19 04:23:22 +02:00
parent e8c8b20ca4
commit 48e96cbcf5
8 changed files with 3497 additions and 5 deletions

View File

@ -163,7 +163,7 @@ tests.forEach(filename => {
});
console.log("- " + colors.green("instantiate OK") + " (" + asc.formatTime(runTime) + ")");
} catch (e) {
console.log("- " + colors.red("instantiate ERROR: ") + e);
console.log("- " + colors.red("instantiate ERROR: ") + e.stack);
failed = true;
}