Skip to content

Commit f1f9373

Browse files
committed
fmt
1 parent 7acf9f0 commit f1f9373

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

local-tests/build.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ try {
8383
*/
8484
export const postBuildHealthPolyfill = () => {
8585
try {
86-
const file = fs.readFileSync(`./${TEST_DIR}/build/health/index.mjs`, 'utf8');
86+
const file = fs.readFileSync(
87+
`./${TEST_DIR}/build/health/index.mjs`,
88+
'utf8'
89+
);
8790
const content = `// Additional crypto polyfill check
8891
try {
8992
if (!globalThis.crypto && typeof webcrypto !== 'undefined') {

0 commit comments

Comments
 (0)