We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f65293 commit fe83041Copy full SHA for fe83041
registry/coder-labs/modules/copilot-cli/scripts/start.sh
@@ -81,7 +81,7 @@ check_existing_session() {
81
session_id=$(basename "$latest_session_file" | sed 's/session_\(.*\)_[0-9]*.json/\1/')
82
83
if [ -n "$session_id" ]; then
84
- echo "Found existing Copilot CLI sessions. Will resume latest: $session_id"
+ echo "Found existing Copilot CLI sessions. Will resume latest: $session_id" >&2
85
echo "$session_id"
86
return 0
87
fi
0 commit comments