mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
4 lines
147 B
JavaScript
4 lines
147 B
JavaScript
// Wraps the aggregate check command with timing behavior.
|
|
import { main } from "./check.mjs";
|
|
|
|
await main([...process.argv.slice(2), "--timed"]);
|