1

The iron-node introduction on github mentions watching files:

"I hated attaching processes, watching files..".

But I can't for the life of me find any documentation about what flags to use to get iron-node to reload the debug session on file change.

thor
  • 21,418
  • 31
  • 87
  • 173
ohd
  • 13
  • 3

1 Answers1

1

File watch is not supported by iron-node. You need press Ctrl+R to restart your debug session. This by design and a wanted behavior.

Stephan Ahlf
  • 3,310
  • 5
  • 39
  • 68