exit after

This commit is contained in:
Cory LaViska
2023-06-08 12:51:15 -04:00
parent 32d0ac4147
commit 620b86cddb

View File

@@ -273,6 +273,8 @@ if (!serve) {
if (result.output.length > 0) {
console.log('\n' + result.output.join('\n'));
}
process.exit();
}
// Cleanup on exit