refactor: update dependencies

This commit is contained in:
Rainer Killinger
2020-02-06 13:08:45 +01:00
parent 2a0dc812d8
commit d167947e04
3 changed files with 1050 additions and 669 deletions

View File

@@ -24,8 +24,7 @@ import {DeclarationReflection, ProjectReflection} from 'typedoc';
import {ArrayType, IntrinsicType, ReferenceType, StringLiteralType, Type, UnionType} from 'typedoc/dist/lib/models';
process.on('unhandledRejection', (err) => {
Logger.error('UNHANDLED REJECTION', err.stack);
process.exit(1);
throw err;
});
/**