massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / lib / utils / impl.js
index e8f27affc9c2053a1f2eada640eb42920b9b09a2..f616827fa4d325c68986c513164a2ee9088f4373 100644 (file)
@@ -25,7 +25,7 @@ async function generateImplStubs(document) {
 }
 exports.generateImplStubs = generateImplStubs;
 async function runGoImpl(document, args) {
-    const stdout = await tools_1.execTool(binaries_1.IMPL, args);
+    const stdout = await (0, tools_1.execTool)(binaries_1.IMPL, args);
     const { line } = await coc_nvim_1.window.getCursorPosition();
     const insertPos = { line: line + 1, character: 0 };
     const lineText = await coc_nvim_1.workspace.getLine(document.uri, line);