init source
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
module.exports = cb => new Promise(resolve => {
|
||||
resolve(cb());
|
||||
});
|
||||
Reference in New Issue
Block a user