From b7d9b186bc84db31d40714355187b53fa735b0cb Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Fri, 11 Mar 2016 12:43:01 +0400 Subject: [PATCH] Fixed a Windows bug where changing the working directory of a runner resulted in the absolute directory being appended to itself, causing the VFS worker to crash --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce364a08..ec52b263 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "c9.ide.recentfiles": "#7c099abf40", "c9.ide.remote": "#301d2ab519", "c9.ide.processlist": "#2b12cd1bdd", - "c9.ide.run": "#b0920c076d", + "c9.ide.run": "#485f06bd22", "c9.ide.run.build": "#0598fff697", "c9.ide.run.debug.xdebug": "#9956689819", "c9.ide.save": "#86f0f38160",