Revert "Refactor clone api"

pull/284/head
Matthijs van Henten 2016-03-22 14:36:53 +01:00
rodzic e1027a3874
commit d9ec3482d1
1 zmienionych plików z 0 dodań i 7 usunięć

7
node_modules/c9/is-notfound.js wygenerowano vendored
Wyświetl plik

@ -1,7 +0,0 @@
"use strict";
module.exports = function isNotFound(err) {
if (err && err.code === 404) return true;
return false;
};