Skip to content

Commit fc1dbc0

Browse files
committed
Rename orphanDisposal to asyncTermination
1 parent 8cb886c commit fc1dbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/ethereal-core.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def cli[BusType <: Matchable](using executive: Executive)
277277

278278
application(using executives.direct(using unhandledErrors.silent))(Nil):
279279
import stdioSources.virtualMachine.ansi
280-
import orphanDisposal.await
280+
import asyncTermination.await
281281

282282
Hook.onShutdown:
283283
portFile.wipe()

0 commit comments

Comments
 (0)