浏览代码

boot.js: do not use finally {} in st.withContext as it slows down considerably events (where there's no outer context)

Nicolas Petton 11 年之前
父节点
当前提交
e4d9f69de2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      support/boot.js

+ 0 - 1
support/boot.js

@@ -851,7 +851,6 @@ function RuntimeBrik(brikz, st) {
 				return inContext(worker, setup);
 			} catch(error) {
 				handleError(error);
-			} finally {
 				st.thisContext = null;
 			}
 		}