File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 5959 env : {
6060 VSCODE_DEV : false
6161 } ,
62- nextTick : ( cb ) => requestAnimationFrame ( cb ) ,
62+ nextTick : function ( cb ) {
63+ return requestAnimationFrame ( cb ) ;
64+ } ,
6365 once : BrowserFS . BFSRequire ( 'process' ) . once ,
64- removeListener : ( ) => { }
66+ removeListener : function ( ) { }
6567 } ;
6668 window . Buffer = BrowserFS . BFSRequire ( 'buffer' ) . Buffer ;
6769 }
Original file line number Diff line number Diff line change 4848 env : {
4949 VSCODE_DEV : false
5050 } ,
51- nextTick : ( cb ) => requestAnimationFrame ( cb ) ,
51+ nextTick : function ( cb ) {
52+ return requestAnimationFrame ( cb ) ;
53+ } ,
5254 once : BrowserFS . BFSRequire ( 'process' ) . once ,
53- removeListener : ( ) => { }
55+ removeListener : function ( ) { }
5456 } ;
5557 window . Buffer = BrowserFS . BFSRequire ( 'buffer' ) . Buffer ;
5658 }
You can’t perform that action at this time.
0 commit comments