Sublime Forum

Elixir build not showing console output

#1

I have the following build for Elixir scripts:

{ "cmd": "/usr/local/bin/elixir", "$file"], "selector": "source.elixir", "env": "$PATH" }

But when I run a simple script:

IO.puts "Hello"

The script builds fine, but I see no output.

Is there something missing from the build setup above? I am on OS X Mavericks with ST3.

0 Likes