mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
chore(nx/forge): display content for debugging
This commit is contained in:
parent
31aff8a43a
commit
9bf1e7b0b6
@ -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}`);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user