Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Feb 27, 2024
1 parent f215b6b commit 9d41b13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/gramine/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ async function main(args?: any) {
try {
console.log("[Enclave] Running command...: ", commandfileName, fileArgs);


console.log('HEY BRO')
const { stdout, stderr } = await execFile(commandfileName, fileArgs);

console.log("[Enclave] Command executed");
Expand All @@ -186,6 +188,7 @@ async function main(args?: any) {
console.log("[Enclave] Command executed successfully");
console.log("[Enclave] Getting input file name...");

console.log('getMetadatas')
const metadataArray = await getMetadatas(
commandfileName,
power,
Expand Down

0 comments on commit 9d41b13

Please sign in to comment.