mirror of
https://github.com/danbulant/bpm
synced 2026-07-06 11:30:38 +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 {
|
class CustomConsole {
|
||||||
|
colors = colors;
|
||||||
output(...args) {
|
output(...args) {
|
||||||
console.log(...args);
|
console.log(...args);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue