aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/fs-stream.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/fs-stream.js')
-rw-r--r--test/bun.js/fs-stream.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bun.js/fs-stream.js b/test/bun.js/fs-stream.js
index 4b71c95b7..1ef3ee71c 100644
--- a/test/bun.js/fs-stream.js
+++ b/test/bun.js/fs-stream.js
@@ -10,7 +10,7 @@ await new Promise((resolve, reject) => {
const real = readFileSync("/tmp/fs-stream.js", "utf8");
if (copied !== real) {
reject(
- new Error("fs-stream.js is not the same as fs-stream.copy.js")
+ new Error("fs-stream.js is not the same as fs-stream.copy.js"),
);
return;
}