فهرست منبع

added defaultProps.json check

Nicolas Cannasse 7 سال پیش
والد
کامیت
d73e4a502e
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      hide/Ide.hx

+ 3 - 0
hide/Ide.hx

@@ -79,6 +79,9 @@ class Ide {
 		}
 		window.show(true);
 
+		if( props.global.get("hide") == null )
+			error("Failed to load defaultProps.json");
+
 		fileWatcher = new hide.tools.FileWatcher();
 
 		setProject(ideProps.currentProject);