mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-17 16:34:25 +08:00
update files
This commit is contained in:
@@ -51,7 +51,7 @@ function Terminal(options){
|
||||
|
||||
this.colors = options.colors;
|
||||
this.bgColor = options.bgColor || Terminal.defaultColors.bgColor;
|
||||
this.fgColor = options.bgColor || Terminal.defaultColors.fgColor;
|
||||
this.fgColor = options.fgColor || Terminal.defaultColors.fgColor;
|
||||
|
||||
this.options = options;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user