Skip to content

Commit

Permalink
🔧 chore(cli.ts): add TODO comments to fix absolute paths and relative…
Browse files Browse the repository at this point in the history
… paths from autoside install folder
  • Loading branch information
jupegarnica committed Aug 3, 2023
1 parent bef67fc commit 9df00eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ export async function cli() {

// warn only mode
/////////////

// TODO FIX ABSOLUTE PATHS
// TODO FIX RELATIVE PATHS FROM AUTOSIDE INSTALL FOLDER
if (onlyMode.size) {
if (getDisplayIndex(defaultMeta) > 0) {
console.warn(
Expand Down

0 comments on commit 9df00eb

Please sign in to comment.