mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
Supports to default ANSII styles
This commit is contained in:
parent
aa3eeda9b8
commit
d69494163a
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ if(typeof(Drone) === 'undefined') { Drone = {}; }
|
|||
switch (code) {
|
||||
case 'm':
|
||||
case '0m':
|
||||
case '39m':
|
||||
case '49m':
|
||||
var len = this.styles.length;
|
||||
for (var i=0; i < len; i++) {
|
||||
this.styles.pop();
|
||||
|
|
Loading…
Reference in a new issue