some build script fixes

This commit is contained in:
2023-09-09 18:37:24 +03:00
parent 8f0c0226a8
commit 7a226c49d3
2 changed files with 6 additions and 6 deletions

View File

@@ -35,8 +35,8 @@ interface Internals {
}
}
// @ts-ignore
var env: Environment = arguments[0], internals: Internals = arguments[1], log = internals.constructor.log;
var env: Environment = arguments[0], internals: Internals = arguments[1];
globalThis.log = internals.constructor.log;
try {
run('values/object');