зеркало из
1
0
Форкнуть 0
This commit is contained in:
Garrett Serack 2020-03-30 14:43:31 -07:00
Родитель 6489c06446
Коммит 864286d5bb
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -20,9 +20,9 @@ export async function processRequest(host: Host) {
// go!
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
if (options['emit-yaml-tags'] !== false) {