From 727d3d76d5b2fff68f55558aa4092712ae6de693 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Thu, 11 Aug 2016 09:02:36 +0200 Subject: [PATCH] :arrow_up: text-buffer This fixes an error thrown when `File.prototype.safeRemoveSync` in pathwatcher fails. See atom/node-pathwatcher#111 for more details. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc2609d86..4df766cb6 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "sinon": "1.17.4", "source-map-support": "^0.3.2", "temp": "0.8.1", - "text-buffer": "9.2.9", + "text-buffer": "9.2.10", "typescript-simple": "1.0.0", "underscore-plus": "^1.6.6", "winreg": "^1.2.1",