Skip to content

Commit

Permalink
now it works in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
enecciariatbl committed Jul 5, 2020
1 parent 218feee commit b77f380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/fileSystem.js
@@ -1,6 +1,6 @@
exports.require = function() {
var fs = require("fs");
if (process.versione && process.versions['electron']) {
if (process && process.versions && process.versions['electron']) {
try {
originalFs = require("original-fs");
if (Object.keys(originalFs).length > 0) {
Expand Down

0 comments on commit b77f380

Please sign in to comment.