Skip to content

Commit 4de0436

Browse files
committed
fix typo
1 parent fff1694 commit 4de0436

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates-impl/src/main/java/com/itsaky/androidide/templates/impl/zip/ZipRecipeExecutor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ class ZipRecipeExecutor(
426426
}
427427
} catch (e: Throwable) {
428428
error("ServiceLoader iteration failed for ${entry.name}",
429-
Exception("FServiceLoader iteration failed", e))
429+
Exception("ServiceLoader iteration failed", e))
430430
}
431431

432432
return extensions

0 commit comments

Comments
 (0)