소스 검색

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;
 			}
 		}