We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfff305 + 8e0a233 commit 73c25d8Copy full SHA for 73c25d8
index.js
@@ -24,7 +24,7 @@ extendscriptr.options.forEach(function(opt) {
24
);
25
});
26
27
-var prototypePolyfills = fs.readFileSync('./node_modules/extendscript.prototypes/lib/extendscript.prototypes.js');
+var prototypePolyfills = fs.readFileSync('./node_modules/extendscript.prototypes/lib/extendscript.prototypes.js', 'utf8');
28
var browserifyPlugins = [ [ prependify, prototypePolyfills ] ];
29
30
var adobeTarget = String(extendscriptr.target).toLowerCase();
0 commit comments