2
0
Pārlūkot izejas kodu

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

Nicolas Petton 11 gadi atpakaļ
vecāks
revīzija
e4d9f69de2
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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;
 			}
 		}