From 6e55a9b9682d717a00340e747021dc86f480838a Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Thu, 1 Oct 2020 10:27:18 -0700 Subject: [PATCH] bot: tweak js debug log comment format --- .github/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/commands.json b/.github/commands.json index 9ac28360c0b..7a1220f7d43 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -138,7 +138,7 @@ "name": "jsDebugLogs", "action": "updateLabels", "addLabel": "needs more info", - "comment": "Please collect trace logs using the following instructions:\n\n> If you're able to, add `\"trace\": true` to your `launch.json` and reproduce the issue. The location of the log file on your disk will be written to the Debug Console. Share that with us.\n\n> ⚠️ This log file will not contain source code, but will contain file paths. You can drop it into https://microsoft.github.io/vscode-pwa-analyzer/index.html to see what it contains. If you'd rather not share the log publicly, you can email it to connor@xbox.com" + "comment": "Please collect trace logs using the following instructions:\n\n> If you're able to, add `\"trace\": true` to your `launch.json` and reproduce the issue. The location of the log file on your disk will be written to the Debug Console. Share that with us.\n>\n> ⚠️ This log file will not contain source code, but will contain file paths. You can drop it into https://microsoft.github.io/vscode-pwa-analyzer/index.html to see what it contains. If you'd rather not share the log publicly, you can email it to connor@xbox.com" }, { "type": "comment",