This commit is contained in:
Rik van der Kleij 2020-02-15 16:55:53 +01:00
parent 7aa98fa122
commit 8b4895377e

View File

@ -120,7 +120,7 @@ class HaskellModuleBuilder extends TemplateModuleBuilder(null, HaskellModuleType
}
})
FutureUtil.waitForValue(project, createModuleAction, "Creating Haskell module", 120) match {
case None => Messages.showErrorDialog(s"Timeout while creating new Stack project", "Create Haskell module")
case None => HaskellNotificationGroup.logErrorBalloonEvent(project, s"Timeout while creating new Stack project by using: `stack new`")
case Some(_) => ()
}
}