more logs
This commit is contained in:
parent
2f4176f2e2
commit
1eeaae16ca
@ -24,9 +24,11 @@ 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(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", [picoDirPath]);
|
||||||
|
|
||||||
console.log(stdout);
|
console.log(stdout);
|
||||||
|
|
||||||
|
const {stdout: stdout2, } = await execa(picoBinPath, ["-x"]);
|
||||||
|
console.log(stdout2);
|
||||||
|
|
||||||
const handler = async ({payload}: FirRouteInput<typeof payloadT>) => {
|
const handler = async ({payload}: FirRouteInput<typeof payloadT>) => {
|
||||||
const {manifest, token} = payload;
|
const {manifest, token} = payload;
|
||||||
if (!fs.existsSync(repoPath)) {
|
if (!fs.existsSync(repoPath)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user