/[sudobot]/trunk/src/utils/util.ts
ViewVC logotype

Diff of /trunk/src/utils/util.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 58 by rakin, Mon Jul 29 17:28:25 2024 UTC revision 86 by rakin, Mon Jul 29 17:28:32 2024 UTC
# Line 109  export function yellow(string: string) { Line 109  export function yellow(string: string) {
109    
110  export function red(string: string) {  export function red(string: string) {
111      return '\u001b[1;31m' + string + '\u001b[0m';      return '\u001b[1;31m' + string + '\u001b[0m';
 }  
112    }

Legend:
Removed from v.58  
changed lines
  Added in v.86

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26