You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TIMESTAMP] [ERROR] (mdbook_core::utils): [TAB]Caused By: The "failing" renderer failed
73
73
@@ -84,8 +84,8 @@ fn missing_renderer() {
84
84
.expect_stderr(str![[r#"
85
85
[TIMESTAMP] [INFO] (mdbook::book): Book building has started
86
86
[TIMESTAMP] [INFO] (mdbook::book): Running the missing backend
87
-
[TIMESTAMP] [INFO] (mdbook::renderer): Invoking the "missing" renderer
88
-
[TIMESTAMP] [ERROR] (mdbook::renderer): The command `trduyvbhijnorgevfuhn` wasn't found, is the "missing" backend installed? If you want to ignore this error when the "missing" backend is not installed, set `optional = true` in the `[output.missing]` section of the book.toml configuration file.
87
+
[TIMESTAMP] [INFO] (mdbook_driver::builtin_renderers): Invoking the "missing" renderer
88
+
[TIMESTAMP] [ERROR] (mdbook_driver::builtin_renderers): The command `trduyvbhijnorgevfuhn` wasn't found, is the "missing" backend installed? If you want to ignore this error when the "missing" backend is not installed, set `optional = true` in the `[output.missing]` section of the book.toml configuration file.
[TIMESTAMP] [INFO] (mdbook::book): Book building has started
103
103
[TIMESTAMP] [INFO] (mdbook::book): Running the missing backend
104
-
[TIMESTAMP] [INFO] (mdbook::renderer): Invoking the "missing" renderer
105
-
[TIMESTAMP] [WARN] (mdbook::renderer): The command `trduyvbhijnorgevfuhn` for backend `missing` was not found, but was marked as optional.
104
+
[TIMESTAMP] [INFO] (mdbook_driver::builtin_renderers): Invoking the "missing" renderer
105
+
[TIMESTAMP] [WARN] (mdbook_driver::builtin_renderers): The command `trduyvbhijnorgevfuhn` for backend `missing` was not found, but was marked as optional.
106
106
107
107
"#]]);
108
108
});
@@ -133,7 +133,7 @@ Hello World!
133
133
.expect_stderr(str![[r#"
134
134
[TIMESTAMP] [INFO] (mdbook::book): Book building has started
135
135
[TIMESTAMP] [INFO] (mdbook::book): Running the arguments backend
136
-
[TIMESTAMP] [INFO] (mdbook::renderer): Invoking the "arguments" renderer
136
+
[TIMESTAMP] [INFO] (mdbook_driver::builtin_renderers): Invoking the "arguments" renderer
[TIMESTAMP] [INFO] (mdbook::book): Book building has started
257
257
[TIMESTAMP] [INFO] (mdbook::book): Running the myrenderer backend
258
-
[TIMESTAMP] [INFO] (mdbook::renderer): Invoking the "myrenderer" renderer
259
-
[TIMESTAMP] [WARN] (mdbook::renderer): Renderer command `../renderers/myrenderer[EXE]` uses a path relative to the renderer output directory `[ROOT]/book`. This was previously accepted, but has been deprecated. Relative executable paths should be relative to the book root.
258
+
[TIMESTAMP] [INFO] (mdbook_driver::builtin_renderers): Invoking the "myrenderer" renderer
259
+
[TIMESTAMP] [WARN] (mdbook_driver::builtin_renderers): Renderer command `../renderers/myrenderer[EXE]` uses a path relative to the renderer output directory `[ROOT]/book`. This was previously accepted, but has been deprecated. Relative executable paths should be relative to the book root.
0 commit comments