Add buffering to output received from runner
This commit is contained in:
7
app/errors/runner/connection/buffer/error.rb
Normal file
7
app/errors/runner/connection/buffer/error.rb
Normal file
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Runner::Connection::Buffer
|
||||
class Error < ApplicationError
|
||||
class NotEmpty < Error; end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user