mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
packager
This commit is contained in:
4
app/node_modules/p-try/index.js
generated
vendored
Normal file
4
app/node_modules/p-try/index.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
module.exports = cb => new Promise(resolve => {
|
||||
resolve(cb());
|
||||
});
|
Reference in New Issue
Block a user