mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 07:57:12 -07:00
still need to bail if Build.kt exists
This commit is contained in:
parent
103e7d4c74
commit
59e6776e03
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class ProjectGenerator : KobaltLogger {
|
|||
fun run(args: Args) {
|
||||
if (File(args.buildFile).exists()) {
|
||||
log(1, "Build file ${args.buildFile} already exists, not overwriting it")
|
||||
// return
|
||||
return
|
||||
}
|
||||
|
||||
val compilerInfos = detect(File("."))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue