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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user