Skip to content

Commit 9ed0e5f

Browse files
committed
Add io.put_chars
1 parent 31721a8 commit 9ed0e5f

File tree

4 files changed

+32
-8
lines changed

4 files changed

+32
-8
lines changed

lib/elixir_script/passes/translate/forms/remote.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ defmodule ElixirScript.Translate.Forms.Remote do
1515
:application,
1616
:code,
1717
:elixir_utils,
18-
:file
18+
:file,
19+
:io
1920
]
2021

2122
@doc """

0 commit comments

Comments
 (0)