浏览代码

chore: generate

GitHub Action 8 月之前
父节点
当前提交
520a814fc2
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      packages/opencode/script/postinstall.mjs

+ 5 - 5
packages/opencode/script/postinstall.mjs

@@ -106,11 +106,11 @@ async function main() {
       return
       return
     }
     }
 
 
-    // On non-Windows platforms, just verify the binary package exists  
-    // Don't replace the wrapper script - it handles binary execution  
-    const { binaryPath } = findBinary()  
-    console.log(`Platform binary verified at: ${binaryPath}`)  
-    console.log("Wrapper script will handle binary execution") 
+    // On non-Windows platforms, just verify the binary package exists
+    // Don't replace the wrapper script - it handles binary execution
+    const { binaryPath } = findBinary()
+    console.log(`Platform binary verified at: ${binaryPath}`)
+    console.log("Wrapper script will handle binary execution")
   } catch (error) {
   } catch (error) {
     console.error("Failed to setup opencode binary:", error.message)
     console.error("Failed to setup opencode binary:", error.message)
     process.exit(1)
     process.exit(1)