File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -264,7 +264,6 @@ function createGlobalSync() {
264264 children . pin ( directory )
265265 const promise = Promise . resolve ( ) . then ( async ( ) => {
266266 const child = children . ensureChild ( directory )
267- child [ 1 ] ( "bootstrapPromise" , promise ! )
268267 const cache = children . vcsCache . get ( directory )
269268 if ( ! cache ) return
270269 const sdk = sdkFor ( directory )
Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ export function createChildStoreManager(input: {
182182 limit : 5 ,
183183 message : { } ,
184184 part : { } ,
185- bootstrapPromise : Promise . resolve ( ) ,
186185 } )
187186 children [ directory ] = child
188187 disposers . set ( directory , dispose )
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ export type State = {
7272 part : {
7373 [ messageID : string ] : Part [ ]
7474 }
75- bootstrapPromise : Promise < void >
7675}
7776
7877export type VcsCache = {
You can’t perform that action at this time.
0 commit comments