remove extra comment

This commit is contained in:
Jesse Wierzbinski 2023-11-28 13:03:14 -10:00
parent 440e994576
commit abea3f49c2
No known key found for this signature in database

View file

@ -14,4 +14,4 @@ const { stdout } = Bun.spawn(["bunx", "prisma", ...args], {
// Show stdout // Show stdout
const text = await new Response(stdout).text(); const text = await new Response(stdout).text();
console.log(text); // => "hello" console.log(text);