Skip to content

Commit

Permalink
Release v0.06-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad committed Mar 13, 2023
1 parent 9128464 commit b8c075e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import java.nio.file.Path
import java.util.*
import kotlin.coroutines.CoroutineContext

const val VERSION = "v0.0.5-beta"
const val VERSION = "v0.0.6-beta"

@Suppress("OPT_IN_USAGE")
class MainController : CoroutineScope, Initializable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,8 @@ class NodeFactory<T, R>(

private fun rebuildAllNodes() {
nodes.setAll(buildNodesFor(data))
if (nodes.isNotEmpty()) {
nodes.addAll(additionalNodes)
}
}
}

0 comments on commit b8c075e

Please sign in to comment.