This commit is contained in:
dylan 2024-03-26 19:41:39 -07:00
parent 1eeaae16ca
commit 15c9eb4137

View File

@ -23,7 +23,7 @@ const picoDirPath = path.resolve(__dirname, "..", "..", "..", "pico8");
const picoBinPath = path.resolve(picoDirPath, "pico8");
// const {stdout, } = await execa(picoBinPath, ["/home/dylan/.lexaloffle/pico-8/carts/candles/candles.p8", "-export", path.join(__dirname, "result.js")]);
const {stdout, } = await execa("ls", [picoDirPath]);
const {stdout, } = await execa("ls", ["-la", picoDirPath]);
console.log(stdout);
const {stdout: stdout2, } = await execa(picoBinPath, ["-x"]);