mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 14:01:24 +08:00
5 lines
147 B
JavaScript
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"]);
|