mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Revert "Refactor clone api"
This commit is contained in:
parent
e1027a3874
commit
d9ec3482d1
7
node_modules/c9/is-notfound.js
generated
vendored
7
node_modules/c9/is-notfound.js
generated
vendored
@ -1,7 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
|
||||
module.exports = function isNotFound(err) {
|
||||
if (err && err.code === 404) return true;
|
||||
return false;
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user