Skip to content

Commit

Permalink
undo bad fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justindhillon committed Jan 23, 2024
1 parent d60ec71 commit 5979dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default async function linkInspector(arg: string, callback: any, path='')
new URL(link);
PROCESSES.push([link, pathAfterDirectory]);
runProcess(callback);
} catch { return }
} catch {}
}
} catch {
console.error("Error: Not a valid link or path")
Expand Down

0 comments on commit 5979dca

Please sign in to comment.