update ohm fork treasury info

This commit is contained in:
g1nt0ki
2023-04-30 20:54:39 +02:00
parent 31c46e6e37
commit 189c64f218
36 changed files with 323 additions and 97 deletions

View File

@@ -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,
})