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
In Import-TWTodo if the -Path is not found an exception is thrown:
Import-TWTodo
-Path
Import-TWTodo : Could not find 'C:\Todo\todo.txt'. At C:\Users\Paul\Documents\PowerShell\Modules\PSTodoWarrior\0.0.3\PSTodoWarrior.psm1:532 char:22 + $script:TWTodo = Import-TWTodo + ~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Import-TWTodo
Maybe not throw, but let the user know more gracefully.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
Import-TWTodo
if the-Path
is not found an exception is thrown:Maybe not throw, but let the user know more gracefully.
The text was updated successfully, but these errors were encountered: