_ is buggy in the cli repl

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 1.0.1
    • Affects Version/s: None
    • Component/s: CLI Module
    • None
    • Iteration Geneva
    • Not Needed

      replset [direct: primary] test> 4
      4
      replset [direct: primary] test> _
      { type: null, rawValue: 4, printable: 4 }
      replset [direct: primary] test> _
      {
        type: null,
        rawValue: { type: null, rawValue: 4, printable: 4 },
        printable: { type: null, rawValue: 4, printable: 4 },
        source: undefined
      }
      

              Assignee:
              Anna Henningsen
              Reporter:
              Anna Henningsen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: