From 046fe1ec08882ba4e7156fa2fd4b32e9f8866d13 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 4 Apr 2024 23:36:59 +0600 Subject: [PATCH] Update Processor.kt --- repos/generator/src/main/kotlin/Processor.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/repos/generator/src/main/kotlin/Processor.kt b/repos/generator/src/main/kotlin/Processor.kt index f4048ce1002..d6ae4a5f9b4 100644 --- a/repos/generator/src/main/kotlin/Processor.kt +++ b/repos/generator/src/main/kotlin/Processor.kt @@ -242,8 +242,6 @@ class Processor( } } } - }.onFailure { - File("/home/aleksey/projects/own/MicroUtils/repos/generator/test/build/output.txt").writeText(it.stackTraceToString()) }.isSuccess }.toList()