File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/@vue/cli-ui/apollo-server/connectors Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ function update (id, context) {
436436
437437async function updateAll ( context ) {
438438 return progress . wrap ( 'plugins-update' , context , async setProgress => {
439- const plugins = list ( cwd . get ( ) , context , { resetApi : false } )
439+ const plugins = await list ( cwd . get ( ) , context , { resetApi : false } )
440440 let updatedPlugins = [ ]
441441 for ( const plugin of plugins ) {
442442 const version = await dependencies . getVersion ( plugin , context )
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ async function open (id, context) {
380380 // Reset locales
381381 locales . reset ( context )
382382 // Load plugins
383- plugins . list ( project . path , context )
383+ await plugins . list ( project . path , context )
384384
385385 // Date
386386 context . db . get ( 'projects' ) . find ( { id } ) . assign ( {
You can’t perform that action at this time.
0 commit comments