mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:18:37 +00:00
skills: make sherpa-onnx-tts bin ESM-compatible
This commit is contained in:
committed by
Peter Steinberger
parent
a8fe8b6bf8
commit
738f5d4533
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const fs = require("node:fs");
|
||||
const path = require("node:path");
|
||||
const { spawnSync } = require("node:child_process");
|
||||
import fs from "node:fs";
|
||||
import path from "node:path";
|
||||
import { spawnSync } from "node:child_process";
|
||||
|
||||
function usage(message) {
|
||||
if (message) {
|
||||
|
||||
Reference in New Issue
Block a user