Skip to content

Commit

Permalink
Testing temp folder generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 21, 2024
1 parent 4f37671 commit 4e1e657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ async function run() {
startupOptions
);

await exec.exec("ls","/temp",execOptions)
let myArray: string[] = ["/temp"];
await exec.exec("ls",myArray,execOptions)
}

run().catch((e) => {
Expand Down

0 comments on commit 4e1e657

Please sign in to comment.