fix: display erroring git commands properly
This commit is contained in:
parent
e5344cd89b
commit
1edae67326
2
index.js
2
index.js
@ -84,7 +84,7 @@ async function run(context, plugins) {
|
|||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error(`The command "${error.cmd}" failed with the error message ${error.stderr}.`);
|
logger.error(`The command "${error.command}" failed with the error message ${error.stderr}.`);
|
||||||
throw getError('EGITNOPERMISSION', context);
|
throw getError('EGITNOPERMISSION', context);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user