feat: enable some debug logs
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m45s
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m45s
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
} from "@nodes/utils";
|
||||
|
||||
const log = createLogger("runtime-executor");
|
||||
log.mute();
|
||||
// log.mute();
|
||||
|
||||
function getValue(input: NodeInput, value?: unknown) {
|
||||
if (value === undefined && "value" in input) {
|
||||
|
||||
Reference in New Issue
Block a user