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 e13228d commit 2f0623cCopy full SHA for 2f0623c
test/integration/goDebug.test.ts
@@ -357,7 +357,7 @@ suite('Go Debug Adapter', function () {
357
// an initialized event.
358
await Promise.all([
359
new Promise(async (resolve) => {
360
- console.log(`Setting up attach request for ${debugConfig}.`);
+ console.log(`Setting up attach request for ${JSON.stringify(debugConfig)}.`);
361
const attachResult = await dc.attachRequest(debugConfig as DebugProtocol.AttachRequestArguments);
362
assert.ok(attachResult.success);
363
resolve();
0 commit comments