From 8cb1d9bfbecc54b5cd9dc2097caf1e4634e56d9c Mon Sep 17 00:00:00 2001 From: Ragnar Groot Koerkamp Date: Mon, 24 Aug 2015 23:43:25 +0200 Subject: [PATCH] Make C++ (simple) runner quit on build errors The current behaviour is to run the old executable when building failed. This makes it quit when there is an error, so that the executable is only run when building succeeded. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 901ae296..cd16e802 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "c9.ide.recentfiles": "#7c099abf40", "c9.ide.remote": "#301d2ab519", "c9.ide.processlist": "#bc11818bb5", - "c9.ide.run": "#e60a761b4c", + "c9.ide.run": "#b5c9855710", "c9.ide.run.build": "#ad45874c88", "c9.ide.run.debug.xdebug": "#3b1520f83d", "c9.ide.save": "#58b8616a88",