mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 00:55:08 +01:00
color change
This commit is contained in:
@@ -7,7 +7,7 @@ const capitalise = function( txt ) {
|
||||
};
|
||||
|
||||
const prefix = function() {
|
||||
return chalk.bold.red(capitalise(name)+': ');
|
||||
return chalk.green(capitalise(name)+': ');
|
||||
};
|
||||
|
||||
const hasAuthKeys = function( props ) {
|
||||
|
||||
Reference in New Issue
Block a user