1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-03-02 03:40:21 +00:00

move ansi_up to latest version: 4.0.4

this is also the version in debian libjs-ansi-up
This commit is contained in:
Oliver Giles
2021-01-09 21:51:12 +13:00
parent 381fd8b55e
commit 14ea1f0f43
2 changed files with 3 additions and 2 deletions

View File

@@ -564,6 +564,7 @@ const Job = templateId => {
// Component for the /job/:name/:number endpoint
const Run = templateId => {
const utf8decoder = new TextDecoder('utf-8');
const ansi_up = new AnsiUp;
const state = {
job: { artifacts: [], upstream: {} },
latestNum: null,