fix: changing build log without reload

fix: elapsed time of a build
This commit is contained in:
Andras Bacsai
2022-09-15 13:57:20 +02:00
parent 40dfe0919b
commit f09d76da35
5 changed files with 30 additions and 28 deletions

View File

@@ -156,4 +156,6 @@ export const addToast = (toast: AddToast) => {
let t: any = { ...defaults, ...toast }
if (t.timeout) t.timeoutInterval = setTimeout(() => dismissToast(id), t.timeout)
toasts.update((all: any) => [t, ...all])
}
}
export const selectedBuildId: any = writable(null)