fix: correctly display command that errored out in logs
This commit is contained in:
parent
a373f8be14
commit
fc7205d659
2
index.js
2
index.js
@ -75,7 +75,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', {options});
|
throw getError('EGITNOPERMISSION', {options});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user