mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-18 09:21:35 +00:00
Initial implementation if ugc, see #16; Fix tests
This commit is contained in:
@ -180,7 +180,7 @@ export abstract class DiagnosticEmitter {
|
||||
this.diagnostics.push(message);
|
||||
if (!this.silentDiagnostics) {
|
||||
console.log(formatDiagnosticMessage(message, true, true) + "\n"); // temporary
|
||||
console.log(<string>new Error("stack").stack);
|
||||
// console.log(<string>new Error("stack").stack);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user