We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b710a commit 68679f2Copy full SHA for 68679f2
lib/services/plugins-service.ts
@@ -110,7 +110,7 @@ export class PluginsService implements IPluginsService {
110
let appFolderExists = this.$fs.exists(path.join(platformData.appDestinationDirectoryPath, constants.APP_FOLDER_NAME));
111
if (appFolderExists) {
112
this.preparePluginScripts(pluginData, platform);
113
- this.preparePluginNativeCode(pluginData, platform);
+ await this.preparePluginNativeCode(pluginData, platform);
114
115
// Show message
116
this.$logger.out(`Successfully prepared plugin ${pluginData.name} for ${platform}.`);
0 commit comments