From d5b9c4375efb8348cc11a74a7bc1ebe99ee036e2 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 22 Jul 2018 17:41:53 -0400 Subject: Forgot to intialize a couple of vars --- node-inspect/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/node-inspect/init.el b/node-inspect/init.el index af03788..225c4b7 100644 --- a/node-inspect/init.el +++ b/node-inspect/init.el @@ -174,4 +174,7 @@ realgud-loc-pat struct") (setf (gethash "down" realgud:node-inspect-command-hash) "*not-implemented*") (setf (gethash "frame" realgud:node-inspect-command-hash) "*not-implemented*") +(setf (gethash "node-inspect" realgud-command-hash) realgud:node-inspect-command-hash) +(setf (gethash "node-inpsect" realgud-pat-hash) realgud:node-inspect-pat-hash) + (provide-me "realgud:node-inspect-") -- cgit v1.0