Igniter crash
I'm running into an issue on Windows where Igniter crashes with the following error during ash_authentication setup, getting an arguement error
{:error, :enoent}.
It seems to be coming from a call to System.cmd("tty", []) in the tty?/0 function, which fails because tty doesn’t exist on Windows.
3 Replies
oooh that would probably be related to changes Zach made around ttys the other day. can you open an issue in the Igniter repo?
sure, will do. Thanks!
GitHub
Igniter Crash in Windows due to unexpected argument · Issue #313 ...
Versions {:igniter, "~> 0.3"} Operating system Windows 11 Current Behavior It seems to be coming from a call to System.cmd("tty", []) in the tty?/0 function, which fails beca...