File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ module.exports = (api, options) => {
306
306
`If you are using Spectron, make sure to set the IS_TEST env variable to true.`
307
307
)
308
308
console . log (
309
- 'Learn more about debugging the main process at https://github.com/nklayman/ vue-cli-plugin-electron-builder#debugging.'
309
+ 'Learn more about debugging the main process at https://nklayman. github.io/ vue-cli-plugin-electron-builder/guide/testingAndDebugging.html #debugging.'
310
310
)
311
311
} else if ( args . headless ) {
312
312
// Log information for spectron
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0-beta.4" ,
4
4
"description" : " A Vue Cli 3 plugin for Electron with no required configuration" ,
5
5
"main" : " index.js" ,
6
+ "homepage" : " https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/testingAndDebugging.html#debugging" ,
6
7
"scripts" : {
7
8
"test" : " jest" ,
8
9
"pretest" : " rimraf __tests__/projects/*" ,
You can’t perform that action at this time.
0 commit comments