Skip to content

Commit e29b54a

Browse files
committed
basic fix 1
1 parent 0b70c92 commit e29b54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/mill/main/MainModule.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ trait MainModule extends BaseModule0 {
390390
*/
391391
def shutdown(): Command[Unit] = Target.command {
392392
Target.log.info("Shutting down Mill server...")
393-
Target.ctx.systemExit(0)
393+
Target.ctx().systemExit(0)
394394
()
395395
}
396396

0 commit comments

Comments
 (0)