From acb1c97e776ee061634be7ef7cb1e149176afec2 Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Wed, 23 Nov 2022 18:16:10 -0700 Subject: [PATCH] Resolve after cleanup, see https://github.com/phetsims/perennial/issues/268 --- js/phet-io/generatePhetioMacroAPI.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/phet-io/generatePhetioMacroAPI.js b/js/phet-io/generatePhetioMacroAPI.js index 9a409b31b..aa079f103 100644 --- a/js/phet-io/generatePhetioMacroAPI.js +++ b/js/phet-io/generatePhetioMacroAPI.js @@ -114,6 +114,7 @@ const generatePhetioMacroAPI = async ( repos, options ) => { const fullAPI = messageText; await cleanup(); + await cleanup(); resolve( { // to keep track of which repo this is for