Skip to content

Commit 1ffe75b

Browse files
committed
Change the name of the generated pdf.sandbox.external for mozilla-central
This patch is blocking https://phabricator.services.mozilla.com/D148600.
1 parent 7761d2b commit 1ffe75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ function createSandboxExternal(defines) {
397397
transform("utf8", content => {
398398
content = preprocessor2.preprocessPDFJSCode(ctx, content);
399399
return `${licenseHeader}\n${content}`;
400-
})
400+
}).pipe(rename("pdf.sandbox.external.jsm"))
401401
);
402402
}
403403

0 commit comments

Comments
 (0)