mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-31 08:41:51 +00:00 
			
		
		
		
	fix: ansi logging (#879)
This commit is contained in:
		| @@ -67,7 +67,7 @@ export default defineComponent({ | ||||
|     const repo = inject<Ref<Repo>>('repo'); | ||||
|     const buildProc = useBuildProc(); | ||||
|  | ||||
|     const ansiConvert = new AnsiConvert(); | ||||
|     const ansiConvert = new AnsiConvert({ escapeXML: true }); | ||||
|     const logLines = computed(() => buildProc.logs.value?.map((l) => ({ ...l, out: ansiConvert.toHtml(l.out) }))); | ||||
|     const proc = computed(() => build.value && findProc(build.value.procs || [], procId.value)); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user