mirror of
https://github.com/sasjs/server.git
synced 2026-07-24 05:32:15 +00:00
feat(log): split large log into chunks
This commit is contained in:
@@ -178,7 +178,8 @@ const useEditor = ({
|
||||
const log: LogObject = {
|
||||
body: logLines.join(`\n`),
|
||||
errors,
|
||||
warnings
|
||||
warnings,
|
||||
linesCount: logLines.length
|
||||
}
|
||||
|
||||
setLog(log)
|
||||
|
||||
Reference in New Issue
Block a user