mirror of
https://github.com/stashapp/stash.git
synced 2026-01-03 06:03:17 +01:00
Update plugins script language (#4762)
This commit is contained in:
parent
f7b87379d4
commit
911da87264
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Embedded plugin tasks are executed within the stash process using a scripting sy
|
|||
|
||||
## Supported script languages
|
||||
|
||||
Stash currently supports Javascript embedded plugin tasks using [otto](https://github.com/robertkrimen/otto).
|
||||
Stash currently supports Javascript embedded plugin tasks using [goja](https://github.com/dop251/goja).
|
||||
|
||||
# Javascript plugins
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue