Skip to content

Don't pass cljs-repl-type to jvm repls #3383

@vemv

Description

@vemv

When running cider-jack-in-clj&cljs / cider-connect-clj&cljs, a cljs-repl-type will be passed to both jvm and cljs repls.

That results in the following code being run for the jvm repl:

(when cljs-repl-type
          (emit-comment (concat "ClojureScript REPL type: " (symbol-name cljs-repl-type))))

...which is noisy/confusing.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions