Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
adamduren committed Apr 2, 2019
1 parent bee92b2 commit 88a2425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/check_sdk_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function (ctx) {
path = require('path');

var projectRoot = ctx.opts.projectRoot;
return Q.Promise(function (resolve, reject) {
return new Promise(function (resolve, reject) {

var pluginsDir = path.join(projectRoot, 'plugins');
var pluginInfoProvider = new PluginInfoProvider();
Expand Down

0 comments on commit 88a2425

Please sign in to comment.