feat: nop
This commit is contained in:
parent
65a21b6718
commit
10d3188d67
|
@ -50,6 +50,10 @@ export function behaviorTypes() {
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
nop: {
|
||||||
|
type: 'void',
|
||||||
|
label: '- Nothing -',
|
||||||
|
},
|
||||||
parallel: {
|
parallel: {
|
||||||
type: 'void',
|
type: 'void',
|
||||||
label: 'Run $1 in parallel.',
|
label: 'Run $1 in parallel.',
|
||||||
|
|
|
@ -8,6 +8,8 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
nop: () => {},
|
||||||
|
|
||||||
parallel: (expressions, context) => {
|
parallel: (expressions, context) => {
|
||||||
return (new Actions(expressions)).parallel(context);
|
return (new Actions(expressions)).parallel(context);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user