Closed mhxion closed 2 months ago
In my absentmindedness, I made a horrible typo where I referred STDOUT as stdin_console, whereas it should be stdout_console. This is a typo in assignment/variable name. stdin_console was actually STDOUT.
STDOUT
stdin_console
stdout_console
In my absentmindedness, I made a horrible typo where I referred
STDOUT
asstdin_console
, whereas it should bestdout_console
. This is a typo in assignment/variable name.stdin_console
was actuallySTDOUT
.