denosaurs/denon

Trigger failsafe if many reloads are triggered

Offen

#54 geöffnet am 29.05.2020

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (43 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (1.109 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Not sure if this is the correct way to do it, but I wanted to save a cache script I could easily run.

"cache": {
      "desc": "Cache versions and update lock file",
      "cmd": "deno cache server.ts --lock-write",
      "lock": "./lock.json"
}

The result however when running denon cache is an endless loop instead of just executing it once, looks like this:

Skärmavbild 2020-05-29 kl  19 10 40

Now is this a bug or aren't you suppose to add and execute scripts in this way?

Contributor Guide