Skip to content

Commit 3cdccf1

Browse files
committed
Update for new OutputEvent argument
1 parent 9b65453 commit 3cdccf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/HeadlessChildModel.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class HeadlessChildModel (parentWorkspace: AbstractWorkspace, path: String, mode
2626

2727
override def sendOutput(oo: OutputObject, toOutputArea: Boolean): Unit = {
2828
frame.foreach { f => onEDT {
29-
new org.nlogo.window.Events.OutputEvent(false, oo, false, !toOutputArea).raise(f)
29+
new org.nlogo.window.Events.OutputEvent(false, oo, false, !toOutputArea, System.currentTimeMillis).raise(f)
3030
}}
3131
}
3232

0 commit comments

Comments
 (0)