summaryrefslogtreecommitdiff
path: root/phpinspect-pipeline.el
diff options
context:
space:
mode:
authorHugo Thunnissen <devel@hugot.nl>2023-08-07 00:05:37 +0200
committerHugo Thunnissen <devel@hugot.nl>2023-08-07 00:08:52 +0200
commit55413ea9fb99196ddf8cc22df601f4ffda51540a (patch)
tree092783b60a20498b1d10703b3ccfed68f23dffb8 /phpinspect-pipeline.el
parent05ca0ace2021d7cdc055ed8330ce4d44f08509d1 (diff)
Implement basic support for function indexation and include dirs
Does not yet include support for imported namespaced functions
Diffstat (limited to 'phpinspect-pipeline.el')
-rw-r--r--phpinspect-pipeline.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpinspect-pipeline.el b/phpinspect-pipeline.el
index a55b944..021a730 100644
--- a/phpinspect-pipeline.el
+++ b/phpinspect-pipeline.el
@@ -191,6 +191,7 @@ user input.")
(setq ,continue-running nil))
(phpinspect-pipeline--enqueue ,out-queue ,outgoing)))
(phpinspect-pipeline-incoming)
+ (quit)
(t (phpinspect--log "Pipeline thread errored: %s" err)
(setq ,end (phpinspect-make-pipeline-end :thread (current-thread) :error err))
(setq ,continue-running nil)