Jaguar-dart / jaguar_hotreload

Hot reloader for Dart
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Doesn't work under Windows #8

Open mindplay-dk opened 4 years ago

mindplay-dk commented 4 years ago

Hot reloading does not appear to work under Windows.

For example, if I launch the example, and then change the count value, or change the increment expression to count += 2, this doesn't have any effect other than seeing the "paths changed" and "reloading" messages on the console.

I've had someone else confirm that it does work on Linux.

I'm on 64-bit Windows 10 with the following Dart version:

2.6.1 (Mon Nov 11 13:12:24 2019 +0100) on "windows_x64"

This issue needs further examination to determine whether this is a problem with this package, or with the Dark SDK itself.