Skip to content

Commit

Permalink
Merge 1a50ecc into 12c3332
Browse files Browse the repository at this point in the history
  • Loading branch information
nordluf committed Oct 21, 2015
2 parents 12c3332 + 1a50ecc commit 801dd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var fs = require('fs');
var path = require('path');
var util = require('util');
var xml2js = require('xml2js');
var parser = new xml2js.Parser();
var parser = new xml2js.Parser({async:true});
var builder = new xml2js.Builder();
var async = require('async');

Expand Down Expand Up @@ -288,4 +288,4 @@ exports.newXmlFile = function (basedir, file, contents, sharedStrings, callback)
callback(sheet);
}
return sheet;
};
};

0 comments on commit 801dd85

Please sign in to comment.