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) {
436
436
437
437
async function updateAll ( context ) {
438
438
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 } )
440
440
let updatedPlugins = [ ]
441
441
for ( const plugin of plugins ) {
442
442
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) {
380
380
// Reset locales
381
381
locales . reset ( context )
382
382
// Load plugins
383
- plugins . list ( project . path , context )
383
+ await plugins . list ( project . path , context )
384
384
385
385
// Date
386
386
context . db . get ( 'projects' ) . find ( { id } ) . assign ( {
You can’t perform that action at this time.
0 commit comments