mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 09:50:10 +00:00
bugfix in string actions...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bd69813365
commit
791ee3e8c4
@ -940,7 +940,7 @@ function Alias(alias, doc, ldoc, attrs, target){
|
||||
// XXX should an alias return a value???
|
||||
//return p.action in this ?
|
||||
p.action in this ?
|
||||
this.parseStringAction.callAction(this, p, in_args)
|
||||
this.parseStringAction.callAction(this, p, ...in_args)
|
||||
// error...
|
||||
: console.error(`${alias}: Unknown alias target action: ${p.action}`)
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "3.19.1",
|
||||
"version": "3.19.2",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user