mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
remove extra comment
This commit is contained in:
parent
440e994576
commit
abea3f49c2
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ const { stdout } = Bun.spawn(["bunx", "prisma", ...args], {
|
|||
|
||||
// Show stdout
|
||||
const text = await new Response(stdout).text();
|
||||
console.log(text); // => "hello"
|
||||
console.log(text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue