Comparing version 0.0.13 to 0.0.14
@@ -99,3 +99,3 @@ "use strict"; | ||
if (newWorkspace && this.ot.rev !== 0) { | ||
throw new Error("buffering history is not yet implemented; refusing to attach workspace when the ref already has history"); | ||
console.log("buffering history is not yet implemented (workspace attached when the ref already has history); proceeding, but the results might be incorrect"); | ||
} | ||
@@ -102,0 +102,0 @@ if (this.workspace) { |
{ | ||
"name": "libzap", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "JavaScript library for Zap", | ||
@@ -5,0 +5,0 @@ "license": "none", |
@@ -132,3 +132,3 @@ import { Client as OTClient } from "../ot/client"; | ||
if (newWorkspace && this.ot.rev !== 0) { | ||
throw new Error("buffering history is not yet implemented; refusing to attach workspace when the ref already has history"); | ||
console.log("buffering history is not yet implemented (workspace attached when the ref already has history); proceeding, but the results might be incorrect"); | ||
} | ||
@@ -135,0 +135,0 @@ |
Sorry, the diff of this file is not supported yet
226455
60
4417