massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / lib / utils / playground.js
index e5bf135a093fdd38d5b745ce325f3cd7f8755cc6..9fef7962f5afd41dcb9065d5bc4b64f774acbea3 100644 (file)
@@ -10,7 +10,7 @@ async function openPlayground(document) {
 exports.openPlayground = openPlayground;
 async function runGoplay(code) {
     try {
-        const stdout = await tools_1.execTool(binaries_1.GOPLAY, ['-'], code);
+        const stdout = await (0, tools_1.execTool)(binaries_1.GOPLAY, ['-'], code);
         coc_nvim_1.window.showMessage(stdout);
         return true;
     }