You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The errors were logged, but it would be nice it they were returned. It would be nicer if the result looked like this:
$ ssh nerves.local 'cmd("ls")'
error: undefined function cmd/1 (there is no such import)
└─ iex:1
** (CompileError) cannot compile code (errors have been logged)
The text was updated successfully, but these errors were encountered:
Here's an example:
The errors were logged, but it would be nice it they were returned. It would be nicer if the result looked like this:
The text was updated successfully, but these errors were encountered: