6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
export class DialogHandler {
|
|
public static catch (): void {
|
|
process.exit ();
|
|
}
|
|
}
|