Skip to content

Commit

Permalink
Merge pull request #4095 from cb1kenobi/timob-13388
Browse files Browse the repository at this point in the history
[TIMOB-13388] Added a setTimeout to reset the call stack inside the comp...
  • Loading branch information
nebrius committed Apr 5, 2013
2 parents 4ff0b36 + db1b83e commit c732302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@ build.prototype = {
var id = target.path.replace(/\./g, '_');
this.compileJsFile(id, target.from);
this.jsFilesToPrepare.push(id);
cb2();
setTimeout(cb2, 0);
})(compileTarget, function () {
cb();
});
Expand Down

0 comments on commit c732302

Please sign in to comment.