mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Prior to this, debug output would look something like the following: ``` [1] pry(Kernel)> f o o = " f o o " => "foo" [2] pry(Kernel)> ``` i.e. there's a newline being added after each character is entered, making things somewhat difficult to read.