massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / lib / utils / tests.js
index add14317490e0e48deeb481f69e742360c528422..4aa14b2140788b9a8dd97c66ea69e8fa933331b6 100644 (file)
@@ -65,7 +65,7 @@ async function runGotests(document, args) {
     const config = coc_nvim_1.workspace.getConfiguration().get('go.tests', {});
     args.push(...(config.generateFlags || []), '-w', vscode_uri_1.URI.parse(document.uri).fsPath);
     try {
-        const stdout = await tools_1.execTool(binaries_1.GOTESTS, args);
+        const stdout = await (0, tools_1.execTool)(binaries_1.GOTESTS, args);
         coc_nvim_1.window.showMessage(stdout || "");
         return true;
     }