From a0c5a2b991d7e9304a9a032cf177e22a4b0acda1 Mon Sep 17 00:00:00 2001 From: Sokolov Artem Date: Mon, 27 May 2024 05:07:17 +0300 Subject: [PATCH] Missed comma in the readme (#87) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcb07b8..06719fb 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ lua require('dap-go').setup { -- whether the dlv process to be created detached or not. there is -- an issue on Windows where this needs to be set to false -- otherwise the dlv server creation will fail. - detached = true + detached = true, -- the current working directory to run dlv from, if other than -- the current working directory. cwd = nil,