Skip to content

Commit

Permalink
RCS-13 Fix error with win startup
Browse files Browse the repository at this point in the history
  • Loading branch information
flancer64 committed Jun 12, 2023
1 parent 4a36966 commit cc1264f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bin/tequila.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ const script = fileURLToPath(url);
const bin = dirname(script);
const root = join(bin, '..');

console.log(`URL: ${url}`);
console.log(`script: ${script}`);
console.log(`bin: ${bin}`);
console.log(`root: ${root}`);


// FUNCS
/**
* Create and setup DI container.
Expand Down

0 comments on commit cc1264f

Please sign in to comment.