Skip to content

Commit 7674732

Browse files
committed
♻️ Renamed docs/profile-error.md -> docs/profile-errors.md
1 parent 5c3978a commit 7674732

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

docs/profile-error.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/profile-errors.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
InvalidOperation: C:\Users\Pat\Documents\PowerShell\components\console.ps1:51
2+
Line |
3+
51 | $Global:GitPromptSettings.EnableWindowTitle = $true
4+
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5+
| The property 'EnableWindowTitle' cannot be found on this object. Verify that the property exists and can be set.
6+
7+
---
8+
9+
> edit-profile
10+
&: C:\Users\Pat\Documents\PowerShell\functions.ps1:48
11+
Line |
12+
48 | & "code" -g @args
13+
| ~~~~~~
14+
| The term 'code' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify
15+
| that the path is correct and try again.
16+
17+
---

0 commit comments

Comments
 (0)