@xinleibird/bridge-opencode 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/bridge.ts
CHANGED
|
@@ -67,7 +67,7 @@ export const BridgePlugin: Plugin = async ({ directory }) => {
|
|
|
67
67
|
for (const filePath of call.filePaths) {
|
|
68
68
|
const status = await checkBuffer(filePath);
|
|
69
69
|
if (status.hasUnsavedChanges && status.isCurrent) {
|
|
70
|
-
throw new Error("
|
|
70
|
+
throw new Error("CANNOT PROCEED: unsaved changes in Neovim — you MUST stop all bash and edit operations");
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
|