Преглед изворни кода

[server] we're sending cacheState, not 'dirty'

Rudy Ges пре 1 година
родитељ
комит
d036aa19ec
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      std/haxe/display/Server.hx

+ 1 - 1
std/haxe/display/Server.hx

@@ -99,7 +99,7 @@ typedef JsonModule = {
 	final types:Array<JsonTypePath>;
 	final file:String;
 	final sign:String;
-	final dirty:Null<String>;
+	final cacheState:Null<String>;
 	final dependencies:Array<ModuleId>;
 	final dependents:Array<ModuleId>;
 }