Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Edited Issue: Error lines don't end in proper newline [729]

$
0
0
Type the following into the repl:

```
> a
ReferenceError: a is not defined
```

Now the cursor is on the third line after `>`. Type `a=123` and press enter:

```
> a
ReferenceError: a is not defined> a=123
123
> ```

The echo line is appended to the previous output.

Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>