mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
Fix logging
This commit is contained in:
parent
29646d8da0
commit
6d8b406471
@ -78,7 +78,7 @@ async function publish(ignoreErrors = false) {
|
||||
new Promise<any>((resolve, reject) => {
|
||||
exec(`npm publish ${pkg} ${FLAGS}`, (err, stdout) => {
|
||||
if (stdout) {
|
||||
Logger.log(stdout.trim());
|
||||
Logger.verbose(stdout.trim());
|
||||
resolve(stdout);
|
||||
}
|
||||
if (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user