浏览代码

MemProfiler: fix manually select dump not working

Yuxiao Mao 3 月之前
父节点
当前提交
ac6dd9bf72
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hide/view/MemProfiler.hx

+ 1 - 1
hide/view/MemProfiler.hx

@@ -93,7 +93,7 @@ class MemProfiler extends hide.ui.View<{}> {
 			}
 
 			dumpSelect.onChange = function() {
-				dumpPaths = [];
+				@:bypassAccessor dumpPaths = [];
 				for (fs in fileSelects) {
 					if (fs.path != null && fs.path != "")
 						dumpPaths.push(Ide.inst.getPath(fs.path));