This commit is contained in:
Timo Hocker 2020-04-16 08:02:35 +02:00
parent 6a525d8120
commit 1feda9d44f
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class DialogHandler {
export class DialogHandler {
public static catch (): void {
process.exit ();
}

View File

@ -12,6 +12,7 @@ import { Confirm, Input, AutoComplete } from 'enquirer';
// eslint-disable-next-line id-match
import { findLicense } from 'license';
import { Snippet } from '../../Snippet';
import { DialogHandler } from '../../dialog';
import { CopyrightGenerator } from './copyright_generator';
import { FileMapper } from './file_mapper';
import { CopyrightOptions } from './copyright_options';