You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw #13, but I'm still getting color codes around functions I edit.
Mongo shell:
mongos> function test() { return }
mongos> edit test
2018-11-29T14:29:23.279-0800 E QUERY [js] SyntaxError: illegal character @tojs:1:7
error executing assignment: test = function test() { return }
My editor sees:
^[[35mfunction test() { return }^[[m
I have to strip color codes before editing if I want mongo to accept my edits. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I saw #13, but I'm still getting color codes around functions I edit.
Mongo shell:
My editor sees:
I have to strip color codes before editing if I want mongo to accept my edits. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: