[K/N] Don't cut cinterop exceptions from TC logs.
This commit is contained in:
committed by
Space Team
parent
53c5230520
commit
f00a145dd7
+1
-1
@@ -148,7 +148,7 @@ internal fun invokeCInterop(
|
||||
cinteropResult is Exception -> {
|
||||
CompilationToolCallResult(
|
||||
exitCode = ExitCode.COMPILATION_ERROR,
|
||||
toolOutput = cinteropResult.message ?: "",
|
||||
toolOutput = cinteropResult.stackTraceToString(),
|
||||
toolOutputHasErrors = true,
|
||||
duration
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user