Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Syntax error is hard to read #315

Closed
hiendv opened this issue Dec 21, 2017 · 3 comments
Closed

Syntax error is hard to read #315

hiendv opened this issue Dec 21, 2017 · 3 comments
Labels

Comments

@hiendv
Copy link

hiendv commented Dec 21, 2017

Do you want to request a feature or report a bug?
A bug

What is the current behavior?
The error looks fine in the terminal but unreadable in web console
screenshot from 2017-12-21 15-52-18

If the current behavior is a bug, please provide the steps to reproduce.

Try this small Vue.js script

// index.js
import Vue from 'vue'

new Vue({
  el: '#app',
  data: {}
  render() {
    return <h1 > Hello Vue. < /h1>
  }
})
poi index.js

What is the expected behavior?
screenshot from 2017-12-21 15-54-47

If this is a feature request, what is the motivation or use case for changing the behavior?

Please mention other relevant information such as the browser version, Node.js version, Poi version and Operating System.

poi --version
# 9.6.2

node -v
# v6.9.4
@egoist
Copy link
Owner

egoist commented Dec 21, 2017

hmm this is actually what I got in the browser console:

2017-12-21 5 51 00

@hiendv
Copy link
Author

hiendv commented Dec 21, 2017

There are actually two responses. One is totally okay, the other isn't. Try to scroll up.

@github-actions
Copy link

github-actions bot commented May 1, 2020

This issue has been marked as Stale, it will be closed in a week if there's no furthur activity.

@github-actions github-actions bot added the stale label May 1, 2020
@github-actions github-actions bot closed this as completed May 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants