Skip to content

Commit

Permalink
Support linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed May 30, 2023
1 parent 94cac6c commit 38f1f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/15utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ var getXLSX = function () {

if (utils.isNode || utils.isBrowserify || utils.isMeteorServer) {
//*not-for-browser/*
XLSX = require('../modules/xlsx/xlsx') || null;
XLSX = require('../modules/xlsx/xlsx') || null;
//*/
} else {
XLSX = utils.global.XLSX || null;
Expand Down
2 changes: 1 addition & 1 deletion test/test238.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"100":100}]
[{"100": 100}]

0 comments on commit 38f1f7c

Please sign in to comment.