Files
openclaw/scripts/check-timed.mjs
2026-06-04 23:37:42 -04:00

5 lines
147 B
JavaScript

// Wraps the aggregate check command with timing behavior.
import { main } from "./check.mjs";
await main([...process.argv.slice(2), "--timed"]);