We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9c2eb commit cac8992Copy full SHA for cac8992
build/postinstall.js
@@ -26,7 +26,7 @@ async function main() {
26
// The user has already indicated they trust this by installing it,
27
// This executable can not do anything a JavaScript node script couldn't also do.
28
await execute('xattr', ['-d', attribute, dawnNode]);
29
- console.log(`removed attribute: ${attribute}`);
+ debug(`removed attribute: ${attribute}`);
30
}
31
32
0 commit comments