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.
1 parent f778e76 commit 8e0a233Copy full SHA for 8e0a233
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