mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-07-06 02:11:04 +01:00
Reconnect process exit codes.
This commit is contained in:
@ -78,8 +78,19 @@ Definition of the Verb class.
|
||||
payload.sub = subEvent;
|
||||
this.fire('status', payload);
|
||||
return true;
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
Associate error info with the invocation.
|
||||
*/
|
||||
setError: function( code, obj ) {
|
||||
this.errorCode = code;
|
||||
this.errorObj = obj;
|
||||
}
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
}());
|
||||
|
Reference in New Issue
Block a user