Orginize
This commit is contained in:
@@ -9,8 +9,8 @@ const AsyncFunction = Object.getPrototypeOf(async function () {}).constructor
|
||||
|
||||
async function loadAppstoreBin() {
|
||||
const runtime = await readFile(path.join(__dirname, '../lib/runtime.js'), 'utf8')
|
||||
const p2p = await readFile(path.join(__dirname, '../lib/p2p-suite.js'), 'utf8')
|
||||
const pear = await readFile(path.join(__dirname, '../lib/appstore-pear.js'), 'utf8')
|
||||
const p2p = await readFile(path.join(__dirname, '../lib/p2p/p2p-suite.js'), 'utf8')
|
||||
const pear = await readFile(path.join(__dirname, '../lib/pear/appstore-pear.js'), 'utf8')
|
||||
const body = await readFile(path.join(__dirname, '../src/appstore.js'), 'utf8')
|
||||
return new AsyncFunction(
|
||||
'ctx',
|
||||
|
||||
Reference in New Issue
Block a user