From d9ec3482d155da90ac84f1f20bf811bb1be5ac79 Mon Sep 17 00:00:00 2001 From: Matthijs van Henten Date: Tue, 22 Mar 2016 14:36:53 +0100 Subject: [PATCH] Revert "Refactor clone api" --- node_modules/c9/is-notfound.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 node_modules/c9/is-notfound.js diff --git a/node_modules/c9/is-notfound.js b/node_modules/c9/is-notfound.js deleted file mode 100644 index dcc8edba..00000000 --- a/node_modules/c9/is-notfound.js +++ /dev/null @@ -1,7 +0,0 @@ -"use strict"; - - -module.exports = function isNotFound(err) { - if (err && err.code === 404) return true; - return false; -}; \ No newline at end of file