chore: updated monaco and tools to update monaco
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
Enum.reduce_while(IO.stream(:stdio, :line), :ok, fn line, _acc ->
|
||||
if String.trim(line) == "stop" do
|
||||
{:halt, :ok}
|
||||
else
|
||||
{:cont, :ok}
|
||||
end
|
||||
end)
|
||||
Reference in New Issue
Block a user