Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (module && module.hot) {
  2. module.hot.accept();
  3. module.hot.dispose(async () => {
  4. console.log('disposing module');
  5. await app.close();
  6. console.log('has closed app');
  7. });
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement