diff options
Diffstat (limited to 'tests/testdata/workers/custom_inspect/worker.ts')
-rw-r--r-- | tests/testdata/workers/custom_inspect/worker.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdata/workers/custom_inspect/worker.ts b/tests/testdata/workers/custom_inspect/worker.ts new file mode 100644 index 000000000..5be82724e --- /dev/null +++ b/tests/testdata/workers/custom_inspect/worker.ts @@ -0,0 +1,2 @@ +console.log(new ReadableStream()); +close(); |