mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
WIP
This commit is contained in:
parent
2e1ee0dfa4
commit
d6dda73fb9
3 changed files with 22 additions and 2 deletions
|
|
@ -26,6 +26,10 @@ function writeError(message, ...optionalParams) {
|
|||
console.error(message, ...optionalParams);
|
||||
}
|
||||
|
||||
function writeVerboseInformation(message, ...optionalParams) {
|
||||
writeInformation(message, ...optionalParams);
|
||||
}
|
||||
|
||||
function startProcess(message) {
|
||||
if (isCi()) {
|
||||
return {
|
||||
|
|
@ -89,6 +93,7 @@ async function confirm(config) {
|
|||
|
||||
export const ui = {
|
||||
writeInformation,
|
||||
writeVerboseInformation,
|
||||
writeWarning,
|
||||
writeError,
|
||||
emptyLine,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue