File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
validate-local-repository1
validate-separate-repo-fetch Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -53,18 +53,18 @@ module.exports = function (opts) {
53
53
try {
54
54
const result = support . validate ( supportDataJSON , true )
55
55
if ( result ) {
56
- argv . log . info ( 'Your support information is valid!' )
56
+ console . log ( 'Your support information is valid!' )
57
57
return
58
58
}
59
59
} catch ( e ) {
60
60
console . log ( 'Error in support JSON' )
61
61
console . log ( e . prettyValidationErrors )
62
62
}
63
63
} else {
64
- argv . log . info ( 'support info not resolved: ' + supportData . url )
64
+ console . log ( 'support info not resolved: ' + supportData . url )
65
65
}
66
66
} else {
67
- argv . log . info ( 'no support info' )
67
+ console . log ( 'no support info' )
68
68
}
69
69
}
70
70
}
Original file line number Diff line number Diff line change 1
- info › no support info
1
+ no support info
Original file line number Diff line number Diff line change 1
- info › support info not resolved: https://github.com/pkgjs/support-separate-repo-other/blob/master/subdir2/MySupportPackage.json
1
+ support info not resolved: https://github.com/pkgjs/support-separate-repo-other/blob/master/subdir2/MySupportPackage.json
Original file line number Diff line number Diff line change 1
- info › Your support information is valid!
1
+ Your support information is valid!
Original file line number Diff line number Diff line change 1
- info › support info not resolved: https://github.com/pkgjs/support/blob/master/package-support.json
1
+ support info not resolved: https://github.com/pkgjs/support/blob/master/package-support.json
Original file line number Diff line number Diff line change 1
- info › Your support information is valid!
1
+ Your support information is valid!
You can’t perform that action at this time.
0 commit comments