Skip to content

Commit 0bda01b

Browse files
committed
Remove log
1 parent 27347b7 commit 0bda01b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

bin/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ async function main() {
4747
'./demo/module-workers-polyfill.min.js',
4848
);
4949
} catch (err) {
50-
console.error(
51-
'Unable to copy Comlink to `src/comlink.mjs`.',
52-
err.name,
53-
err.message,
54-
);
50+
console.error(err.name, err.message);
5551
}
5652
}
5753

0 commit comments

Comments
 (0)