Skip to content

Commit

Permalink
frameit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazzpirate committed Dec 30, 2023
1 parent cdf8ec1 commit 174f660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object Server extends IOApp /*with TwitterServer with EndpointModule[IO]*/ {

// force-read relational data as [[info.kwarc.mmt.frameit.business.datastructures.Scroll]] uses
// the depstore
frameitArchive.readRelational(FilePath("/"), ctrl, "rel")
frameitArchive.readRelational(FilePath(Nil), ctrl, "rel")
// increase performance by prefetching archive content? ctrl.backend.getArchives.foreach(_.allContent)

val situationTheory = if (debug()) Some(new SituationTheory(FrameWorld.debugSituationTheory)) else None
Expand Down

0 comments on commit 174f660

Please sign in to comment.