updated plugin
This commit is contained in:
Родитель
6489c06446
Коммит
864286d5bb
|
@ -20,9 +20,9 @@ export async function processRequest(host: Host) {
|
||||||
|
|
||||||
// go!
|
// go!
|
||||||
const result = plugin.process();
|
const result = plugin.process();
|
||||||
if (session.errorCount > 0) {
|
|
||||||
throw new Error(`${session.errorCount} errors occured -- cannot continue.`);
|
// throw on errors.
|
||||||
}
|
session.checkpoint();
|
||||||
|
|
||||||
// output the model to the pipeline
|
// output the model to the pipeline
|
||||||
if (options['emit-yaml-tags'] !== false) {
|
if (options['emit-yaml-tags'] !== false) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче