We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, if we run ts-auto-guard my-file.ts and my-file.ts is not found, ts-auto-guard outputs Done!.
ts-auto-guard my-file.ts
my-file.ts
Done!
It would be nice to display that the file has not been found.
The text was updated successfully, but these errors were encountered:
@Amatewasu good idea. Would you like to open a PR? I'm sure it would be a simple fix.
Looks like it once already worked:
ts-auto-guard/src/cli.ts
Line 128 in c6c97c2
In any case, you'll probably need to loop through the files and throw here:
ts-auto-guard/src/index.ts
Line 1047 in c6c97c2
Sorry, something went wrong.
No branches or pull requests
Currently, if we run
ts-auto-guard my-file.ts
andmy-file.ts
is not found, ts-auto-guard outputsDone!
.It would be nice to display that the file has not been found.
The text was updated successfully, but these errors were encountered: