this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Tail the log

garrison a99859b3 0355faf8

+1
+1
lib/trinity/scheduler/simulation_supervisor.ex
··· 140 140 141 141 defp print_log(log) do 142 142 :ets.tab2list(log) 143 + |> Enum.take(-10) 143 144 |> Enum.reduce("", fn {i, msg}, acc -> 144 145 i_pad = String.pad_leading(Integer.to_string(i), 2) 145 146 acc <> i_pad <> ": " <> msg <> "\n"