protocol: adding error job to log error with custom protocols
This commit is contained in:
parent
e5380fd671
commit
9ab53b0e4b
5 changed files with 49 additions and 2 deletions
|
@ -30,4 +30,8 @@ protocol.RequestFileJob =
|
|||
class RequestFileJob
|
||||
constructor: (@path) ->
|
||||
|
||||
protocol.RequestErrorJob =
|
||||
class RequestErrorJob
|
||||
constructor: (@error) ->
|
||||
|
||||
module.exports = protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue