We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47adf44 commit 8c357d3Copy full SHA for 8c357d3
1 file changed
hscript/LiveClass.hx
@@ -117,7 +117,7 @@ class LiveClass {
117
public static function registerFile( file : String, onChange : Void -> Void ) {
118
for( dir in CONFIG.srcPath ) {
119
var path = dir+"/"+file;
120
- #if hl
+ #if (hl && hl_no_libuv)
121
if( !sys.FileSystem.exists(path) ) continue;
122
new hl.uv.Fs(null, path, function(ev) onChange());
123
#else
0 commit comments