Staging
v0.8.1
Revision 14a343a9af27725faeab8b330a6d66ff573704d3 authored by Miss Islington (bot) on 10 November 2020, 16:29:35 UTC, committed by GitHub on 10 November 2020, 16:29:35 UTC

The onerror is supposed to be called with failed function, but in this case lstat is wrongly used instead of open.

Not sure if this needs bug or not...

Automerge-Triggered-By: GH:hynek
(cherry picked from commit e59b2deffde61e5641cabd65034fa11b4db898ba)

Co-authored-by: Michal Čihař <michal@cihar.com>
1 parent 90115a2
Raw File
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top