diff options
Diffstat (limited to 'devtools/client/fronts/node.js')
-rw-r--r-- | devtools/client/fronts/node.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/fronts/node.js b/devtools/client/fronts/node.js index 8df63f2c1b..d56f2d93f1 100644 --- a/devtools/client/fronts/node.js +++ b/devtools/client/fronts/node.js @@ -585,7 +585,7 @@ class NodeFront extends FrontClassWithSpec(nodeSpec) { * and is only intended as a stopgap during the transition to the remote * protocol. If you depend on this you're likely to break soon. */ - rawNode(rawNode) { + rawNode() { if (!this.isLocalToBeDeprecated()) { console.warn("Tried to use rawNode on a remote connection."); return null; |