Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
qqilihq committed Mar 18, 2024
1 parent b385e39 commit 0e85e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export class SkipEmlxTransform extends Transform {
}

export function processCli(): void {
console.log(Deno.mainModule);
const args = Deno.args;
// https://github.com/denoland/deno/issues/15996#issuecomment-1265794279
const isCompiled = args.includes('--is_compiled_binary');
Expand Down

0 comments on commit 0e85e8c

Please sign in to comment.