mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 05:40:49 +08:00
chore(nx/forge): display content for debugging
This commit is contained in:
parent
31aff8a43a
commit
9bf1e7b0b6
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ module.exports = function (filePath) {
|
|||
console.log(filePath, fs.realpathSync(filePath));
|
||||
filePath = fs.realpathSync(filePath);
|
||||
|
||||
console.log(fs.readFileSync(filePath).subarray(0, 100));
|
||||
|
||||
const command = `${WINDOWS_SIGN_EXECUTABLE} --executable "${filePath}"`;
|
||||
console.log(`[Sign] ${command}`);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue