mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-03 18:50:05 +00:00
chore: quick fix
This commit is contained in:
@@ -86,9 +86,7 @@ export class SASjsApiClient {
|
||||
await this.requestClient
|
||||
.post('SASjsApi/code/execute', { code, runTime }, access_token)
|
||||
.then((res: any) => {
|
||||
if (res.log) {
|
||||
parsedSasjsServerLog = res.log.split(SASJS_LOGS_SEPARATOR)[1]
|
||||
}
|
||||
if (res.log) parsedSasjsServerLog = res.log
|
||||
})
|
||||
.catch((err) => {
|
||||
parsedSasjsServerLog = err
|
||||
|
||||
Reference in New Issue
Block a user