My bench is stop running after i start it - my js edit throws unhandled error

How to fix my bench is stop running when i start it.
This i got:

02:37:13 web.1            | 127.0.0.1 - - [30/Sep/2017 02:37:13] "POST / HTTP/1.1" 200 -
02:37:13 web.1            | INFO:werkzeug:127.0.0.1 - - [30/Sep/2017 02:37:13] "POST / HTTP/1.1" 200 -
02:37:16 watch.1          | Wrote js/desk.min.js - 492.41 KB
02:37:16 watch.1          | Wrote js/d3.min.js - 287.82 KB
02:37:16 watch.1          | Wrote css/module.min.css - 2.16 KB
02:37:16 watch.1          | Wrote css/form.min.css - 4.55 KB
02:37:18 watch.1          | Wrote js/form.min.js - 196.46 KB
02:37:18 watch.1          | Wrote css/list.min.css - 14.82 KB
02:37:19 watch.1          | Wrote js/list.min.js - 145.24 KB
02:37:19 watch.1          | Wrote css/report.min.css - 8.31 KB
02:37:19 watch.1          | Wrote js/report.min.js - 261.45 KB
02:37:19 watch.1          | Wrote js/web_form.min.js - 247.82 KB
02:37:19 watch.1          | Wrote css/web_form.css - 24.69 KB
02:37:20 watch.1          | Wrote js/print_format_v3.min.js - 23.64 KB
02:37:20 watch.1          | Wrote css/erpnext.css - 7.92 KB
02:37:20 watch.1          | Wrote js/erpnext-web.min.js - 3.89 KB
02:37:21 watch.1          | Wrote js/erpnext.min.js - 136.86 KB
02:37:21 watch.1          | Wrote js/item-dashboard.min.js - 7.93 KB
02:37:21 watch.1          | events.js:160
02:37:21 watch.1          |       throw er; // Unhandled 'error' event
02:37:21 watch.1          |       ^
02:37:21 watch.1          | 
02:37:21 watch.1          | Error: watch /home/frappe/devpire-inc/apps/erpnext/erpnext/public/js/payment/payment_details.html ENOSPC
02:37:21 watch.1          |     at exports._errnoException (util.js:1020:11)
02:37:21 watch.1          |     at FSWatcher.start (fs.js:1443:19)
02:37:21 watch.1          |     at Object.fs.watch (fs.js:1470:11)
02:37:21 watch.1          |     at createFsWatchInstance (/home/frappe/devpire-inc/node_modules/chokidar/lib/nodefs-handler.js:37:15)
02:37:21 watch.1          |     at setFsWatchListener (/home/frappe/devpire-inc/node_modules/chokidar/lib/nodefs-handler.js:80:15)
02:37:21 watch.1          |     at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/frappe/devpire-inc/node_modules/chokidar/lib/nodefs-handler.js:228:14)
02:37:21 watch.1          |     at FSWatcher.NodeFsHandler._handleFile (/home/frappe/devpire-inc/node_modules/chokidar/lib/nodefs-handler.js:255:21)
02:37:21 watch.1          |     at FSWatcher.<anonymous> (/home/frappe/devpire-inc/node_modules/chokidar/lib/nodefs-handler.js:473:21)
02:37:21 watch.1          |     at FSReqWrap.oncomplete (fs.js:123:15)
02:37:21 system           | watch.1 stopped (rc=0)
02:37:21 system           | sending SIGTERM to redis_socketio.1 (pid 20771)
02:37:21 system           | sending SIGTERM to worker_long.1 (pid 20773)
02:37:21 system           | sending SIGTERM to redis_queue.1 (pid 20789)
02:37:21 system           | sending SIGTERM to web.1 (pid 20788)
02:37:21 system           | sending SIGTERM to schedule.1 (pid 20786)
02:37:21 system           | sending SIGTERM to worker_default.1 (pid 20806)
02:37:21 system           | sending SIGTERM to socketio.1 (pid 20807)
02:37:21 system           | sending SIGTERM to redis_cache.1 (pid 20799)
02:37:21 system           | sending SIGTERM to worker_short.1 (pid 20787)
02:37:21 redis_queue.1    | 20793:signal-handler (1506710241) Received SIGTERM scheduling shutdown...
02:37:21 worker_short.1   | 02:37:21 Warm shut down requested
02:37:21 redis_socketio.1 | 20777:signal-handler (1506710241) Received SIGTERM scheduling shutdown...
02:37:21 system           | schedule.1 stopped (rc=-15)
02:37:21 redis_socketio.1 | 20777:M 30 Sep 02:37:21.316 # User requested shutdown...
02:37:21 redis_cache.1    | 20800:signal-handler (1506710241) Received SIGTERM scheduling shutdown...
02:37:21 worker_long.1    | 02:37:21 Warm shut down requested
02:37:21 worker_default.1 | 02:37:21 Warm shut down requested
02:37:21 system           | socketio.1 stopped (rc=-15)
02:37:21 redis_socketio.1 | 20777:M 30 Sep 02:37:21.317 # Redis is now ready to exit, bye bye...
02:37:21 system           | redis_socketio.1 stopped (rc=-15)
02:37:21 redis_queue.1    | 20793:M 30 Sep 02:37:21.344 # User requested shutdown...
02:37:21 redis_queue.1    | 20793:M 30 Sep 02:37:21.344 # Redis is now ready to exit, bye bye...
02:37:21 system           | redis_queue.1 stopped (rc=-15)
02:37:21 redis_cache.1    | 20800:M 30 Sep 02:37:21.355 # User requested shutdown...
02:37:21 redis_cache.1    | 20800:M 30 Sep 02:37:21.355 # Redis is now ready to exit, bye bye...
02:37:21 system           | redis_cache.1 stopped (rc=-15)
02:37:21 system           | worker_short.1 stopped (rc=-15)
02:37:21 system           | worker_long.1 stopped (rc=-15)
02:37:21 system           | worker_default.1 stopped (rc=-15)
02:37:21 system           | web.1 stopped (rc=-15)
frappe@machine:~/devpire-inc$

Have you changed and js file part of frappe or erpnext?

I never changed anything part of erpnext and frappe file. But i did added some doctype and edit the js file. Which very common scripting like validate date, validate field and get indicator.

Guys. Please help me on this issue.

Guys I still need your help to fix this issue