Orginize
This commit is contained in:
@@ -2,7 +2,7 @@ import test from 'brittle'
|
||||
import { readFileSync } from 'node:fs'
|
||||
import vm from 'node:vm'
|
||||
|
||||
const QVAC_SRC = readFileSync(new URL('../lib/agent-qvac.js', import.meta.url), 'utf8')
|
||||
const QVAC_SRC = readFileSync(new URL('../lib/agent/agent-qvac.js', import.meta.url), 'utf8')
|
||||
|
||||
/** Eval concat-style preamble helpers into a sandbox (same shape as /bin/agent). */
|
||||
function loadAgentQvacHelpers() {
|
||||
|
||||
Reference in New Issue
Block a user