formatting code upload project instance to files
This commit is contained in:
parent
ce4c98ff13
commit
a0b4f00f47
65 changed files with 399 additions and 748 deletions
|
@ -35,11 +35,7 @@ export class TriggerErrorReport extends Error {
|
|||
hashes: IHashesCache;
|
||||
trigger: string | Trigger;
|
||||
processOutput: any;
|
||||
constructor(
|
||||
hashes: IHashesCache,
|
||||
trigger: string | Trigger,
|
||||
processOutput?: any
|
||||
) {
|
||||
constructor(hashes: IHashesCache, trigger: string | Trigger, processOutput?: any) {
|
||||
super();
|
||||
this.hashes = hashes;
|
||||
this.trigger = trigger;
|
||||
|
@ -123,9 +119,7 @@ export class TriggerService extends TypedEvent<TriggerCallResult> {
|
|||
})
|
||||
);
|
||||
}
|
||||
private reportTriggerTypeProcess(
|
||||
triggerResult: Array<TriggerSuccessResult>
|
||||
): TriggerCallResult {
|
||||
private reportTriggerTypeProcess(triggerResult: Array<TriggerSuccessResult>): TriggerCallResult {
|
||||
return new TriggerCallResult(
|
||||
triggerResult.map((el) => {
|
||||
if (el.status) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue