mirror of
https://github.com/danbulant/bpm
synced 2026-06-19 14:31:20 +00:00
Export colors
This commit is contained in:
parent
97bb7d62dc
commit
d66d85c401
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ var colors = {
|
|||
};
|
||||
|
||||
class CustomConsole {
|
||||
colors = colors;
|
||||
output(...args) {
|
||||
console.log(...args);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue