Skip to content

Commit

Permalink
Change the name of the generated pdf.sandbox.external for mozilla-cen…
Browse files Browse the repository at this point in the history
…tral

This patch is blocking https://phabricator.services.mozilla.com/D148600.
  • Loading branch information
calixteman committed Jun 8, 2022
1 parent 7761d2b commit 1ffe75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function createSandboxExternal(defines) {
transform("utf8", content => {
content = preprocessor2.preprocessPDFJSCode(ctx, content);
return `${licenseHeader}\n${content}`;
})
}).pipe(rename("pdf.sandbox.external.jsm"))
);
}

Expand Down

0 comments on commit 1ffe75b

Please sign in to comment.