Skip to content

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

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

Merged
merged 3 commits into from
Jan 19, 2018

Conversation

Akryum
Copy link
Member

@Akryum Akryum commented Jan 14, 2018

Fix #501

@Akryum Akryum requested review from yyx990803 and posva January 14, 2018 13:50
@Akryum Akryum self-assigned this Jan 14, 2018
@Akryum Akryum added this to the v4.1.0 milestone Jan 14, 2018
@Akryum Akryum requested a review from michalsnik January 15, 2018 10:12
@Akryum Akryum force-pushed the 501-open-editor-windows branch from 6dc56ec to 55f0aa1 Compare January 15, 2018 10:24
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
@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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants