Skip to content

Commit 73c25d8

Browse files
author
fabianmoronzirfas
committed
Merge branch 'prependify' of https://github.com/andyinabox/extendscriptr into andyinabox-prependify
2 parents cfff305 + 8e0a233 commit 73c25d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extendscriptr.options.forEach(function(opt) {
2424
);
2525
});
2626

27-
var prototypePolyfills = fs.readFileSync('./node_modules/extendscript.prototypes/lib/extendscript.prototypes.js');
27+
var prototypePolyfills = fs.readFileSync('./node_modules/extendscript.prototypes/lib/extendscript.prototypes.js', 'utf8');
2828
var browserifyPlugins = [ [ prependify, prototypePolyfills ] ];
2929

3030
var adobeTarget = String(extendscriptr.target).toLowerCase();

0 commit comments

Comments
 (0)