import { TaskNpmPublish } from './taskNpmPublish'; try { new TaskNpmPublish(); while (true) { } } catch (e) { console.log(e); while (true) { } }