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 0e85e8c commit 307c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class SkipEmlxTransform extends Transform {
}

export function processCli(): void {
console.log(Deno.mainModule);
console.log('main module = ' + 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 307c754

Please sign in to comment.