Update plugins script language (#4762)

This commit is contained in:
DogmaDragon 2024-04-16 00:07:57 +03:00 committed by GitHub
parent f7b87379d4
commit 911da87264
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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