提交 e10e570b 编写于 作者: J Jason Park

tracers were overlapped when there is a runtime error in data

上级 9c7b9823
...@@ -41,9 +41,9 @@ dataEditor.on('change', function () { ...@@ -41,9 +41,9 @@ dataEditor.on('change', function () {
try { try {
tm.deallocateAll(); tm.deallocateAll();
eval(data); eval(data);
tm.visualize();
} catch (err) { } catch (err) {
} finally { } finally {
tm.visualize();
tm.removeUnallocated(); tm.removeUnallocated();
} }
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册