summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/new-console-output/types.js
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2019-06-09 14:52:19 -0400
committerGaming4JC <g4jc@hyperbola.info>2019-07-18 22:38:34 -0400
commit4dc8efd76cb2ff649cfcec5dfa88686ea79b4ee2 (patch)
treedfa6647b40b69c13eadf040e99000378db324ee7 /devtools/client/webconsole/new-console-output/types.js
parent8e932efef46c70fd0c165ee432893f9898267f08 (diff)
downloadUXP-4dc8efd76cb2ff649cfcec5dfa88686ea79b4ee2.tar
UXP-4dc8efd76cb2ff649cfcec5dfa88686ea79b4ee2.tar.gz
UXP-4dc8efd76cb2ff649cfcec5dfa88686ea79b4ee2.tar.lz
UXP-4dc8efd76cb2ff649cfcec5dfa88686ea79b4ee2.tar.xz
UXP-4dc8efd76cb2ff649cfcec5dfa88686ea79b4ee2.zip
1283712 - Part 11.1: Show notes in devtools console.
Diffstat (limited to 'devtools/client/webconsole/new-console-output/types.js')
-rw-r--r--devtools/client/webconsole/new-console-output/types.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/client/webconsole/new-console-output/types.js b/devtools/client/webconsole/new-console-output/types.js
index 897ae5d3a..cb27aedab 100644
--- a/devtools/client/webconsole/new-console-output/types.js
+++ b/devtools/client/webconsole/new-console-output/types.js
@@ -38,6 +38,7 @@ exports.ConsoleMessage = Immutable.Record({
groupId: null,
exceptionDocURL: null,
userProvidedStyles: null,
+ notes: null,
});
exports.NetworkEventMessage = Immutable.Record({