File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,9 @@ function prepare(options) {
53
53
return platforms . getPlatformApi ( p , platform_path ) . getPlatformInfo ( ) . locations . www ;
54
54
} ) ;
55
55
options . paths = paths ;
56
+ } ) . then ( function ( ) {
57
+ options = cordova_util . preProcessOptions ( options ) ;
58
+ return restore . installPluginsFromConfigXML ( options ) ;
56
59
} ) . then ( function ( ) {
57
60
options = cordova_util . preProcessOptions ( options ) ;
58
61
options . searchpath = options . searchpath || config_json . plugin_search_path ;
@@ -63,8 +66,6 @@ function prepare(options) {
63
66
return platforms . getPlatformApi ( platform ) . getPlatformInfo ( ) . locations . www ;
64
67
} ) ;
65
68
return hooksRunner . fire ( 'after_prepare' , options ) ;
66
- } ) . then ( function ( ) {
67
- return restore . installPluginsFromConfigXML ( options ) ;
68
69
} ) ;
69
70
} ) ;
70
71
}
You can’t perform that action at this time.
0 commit comments