diff --git a/static/js/data.js b/static/js/data.js index 280fdfb6..615aedb6 100644 --- a/static/js/data.js +++ b/static/js/data.js @@ -265,7 +265,7 @@ class dataFileBase { if (DebugMode.Enabled) { const restflag=ex.type.Value & ex2.type.Value const result=restflag==ex.type.Value - console.assert(result, "Excitation type error", [ex, ex2, this.sourceFile]) + console.assert(result, "Excitation type error", data.molecule, ex, ex2, this.sourceFile) } ex.type = ex2.type }