We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c177bf9 commit 25c9e93Copy full SHA for 25c9e93
1 file changed
load/dmbase.js
@@ -76,6 +76,7 @@ msg_base = {
76
} catch (e) {
77
console.putmsg("Exception getting header: " + e.message +
78
"\n");
79
+ mBase.close();
80
throw new docIface.dDocException("remap_message_indices" +
81
"() Exception", e.message, 2);
82
}
@@ -97,7 +98,13 @@ msg_base = {
97
98
" Exception", "No messages in " + mBase.cfg.name +
99
" for mapping!", 3);
100
-
101
+
102
+ if (userSettings.debug.message_scan) {
103
+ console.putmsg(green + "Returning message mapping: " + msgMap +
104
+ "\nFor base: " + mBase.cfg.name + "\n");
105
+ }
106
107
108
return msgMap;
109
110
},
0 commit comments