Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

501 - Encode file path as URI + fix console display on Windows #509

Merged
merged 3 commits into from
Jan 19, 2018

Conversation

Akryum
Copy link
Member

@Akryum Akryum commented Jan 14, 2018

Fix #501

@Akryum Akryum self-assigned this Jan 14, 2018
@Akryum Akryum added this to the v4.1.0 milestone Jan 14, 2018
@Akryum Akryum added this to Review in v4.x Jan 14, 2018
if (__VUE_DEVTOOLS_TOAST__) {
__VUE_DEVTOOLS_TOAST__(msg, 'error')
} else {
console.log('%c' + msg, 'color:red')
}
console.log('Check the setup of your project, see https://github.com/vuejs/vue-devtools/blob/master/docs/open-in-editor.md')
}
console.log('Check the setup of your project, see https://github.com/vuejs/vue-devtools/blob/master/docs/open-in-editor.md')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you put the same console.log on purpose here? In case the response is not ok you'll get 2 same logs in the console.

@Akryum Akryum merged commit e4c789a into vuejs:master Jan 19, 2018
v4.x automation moved this from Review to Done Jan 19, 2018
@Akryum Akryum deleted the 501-open-editor-windows branch January 26, 2018 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v4.x
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants