Skip to content

Instantly share code, notes, and snippets.

@darkwing
Created May 4, 2020 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkwing/2bf673f392e5f517ca3721cf0c05b6b5 to your computer and use it in GitHub Desktop.
Save darkwing/2bf673f392e5f517ca3721cf0c05b6b5 to your computer and use it in GitHub Desktop.
diff --git a/devtools/client/debugger/src/components/SecondaryPanes/Expressions.js b/devtools/client/debugger/src/components/SecondaryPanes/Expressions.js
--- a/devtools/client/debugger/src/components/SecondaryPanes/Expressions.js
+++ b/devtools/client/debugger/src/components/SecondaryPanes/Expressions.js
@@ -262,6 +262,13 @@ class Expressions extends Component<Prop
},
};
+ console.log("--------------");
+ console.log("expression: ", expression);
+
+ // Value here is correct, with all of the spaces
+ console.log("value: [", value, "]");
+ console.log("front: ", front);
+
return (
<li className="expression-container" key={input} title={expression.input}>
<div className="expression-content">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment