chore(nx/forge): display content for debugging

This commit is contained in:
Elian Doran 2025-04-28 20:38:22 +03:00
parent 31aff8a43a
commit 9bf1e7b0b6
No known key found for this signature in database

View File

@ -13,6 +13,8 @@ module.exports = function (filePath) {
console.log(filePath, fs.realpathSync(filePath)); console.log(filePath, fs.realpathSync(filePath));
filePath = fs.realpathSync(filePath); filePath = fs.realpathSync(filePath);
console.log(fs.readFileSync(filePath).subarray(0, 100));
const command = `${WINDOWS_SIGN_EXECUTABLE} --executable "${filePath}"`; const command = `${WINDOWS_SIGN_EXECUTABLE} --executable "${filePath}"`;
console.log(`[Sign] ${command}`); console.log(`[Sign] ${command}`);