mirror of
https://git.mills.io/prologic/zs
synced 2025-04-04 05:43:33 +03:00
passing globals when running a plugin
This commit is contained in:
parent
2a61f06e5a
commit
37c0ffcf94
1 changed files with 1 additions and 1 deletions
2
zs.go
2
zs.go
|
@ -309,7 +309,7 @@ func main() {
|
|||
case "timetoread":
|
||||
fmt.Println(TimeToRead(args))
|
||||
default:
|
||||
err := run(path.Join(ZSDIR, cmd), args, Vars{}, os.Stdout)
|
||||
err := run(path.Join(ZSDIR, cmd), args, globals(), os.Stdout)
|
||||
if err != nil {
|
||||
log.Println("ERROR:", err)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue