mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
update ohm fork treasury info
This commit is contained in:
@@ -3,7 +3,7 @@ const childProcess = require('child_process')
|
||||
inquirer.registerPrompt('fuzzypath', require('inquirer-fuzzy-path'))
|
||||
console.log('Starting directory: ' + process.cwd());
|
||||
try {
|
||||
process.chdir('./projects/treasury');
|
||||
process.chdir('./projects/');
|
||||
console.log('New directory: ' + process.cwd());
|
||||
}
|
||||
catch (err) {
|
||||
@@ -57,7 +57,7 @@ async function runAdapter(adapterPath, debugMode) {
|
||||
|
||||
const startTime = Date.now()
|
||||
|
||||
const child = childProcess.fork('../../test.js', [adapterPath], {
|
||||
const child = childProcess.fork(__dirname +'/../test.js', [adapterPath], {
|
||||
env,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user