mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
committed by
cirospaciari
parent
59307ff8e1
commit
d4ce4e103f
@@ -60,7 +60,7 @@ for (let [gcTick, label] of [
|
||||
it("throws errors for invalid arguments", async () => {
|
||||
expect(() => {
|
||||
spawnSync({
|
||||
cmd: [ bunExe(), help_fixture, "echo", "hi"],
|
||||
cmd: [bunExe(), help_fixture, "echo", "hi"],
|
||||
cwd: "./this-should-not-exist",
|
||||
env: {
|
||||
BUN_DEBUG_QUIET_LOGS: "1",
|
||||
|
||||
Reference in New Issue
Block a user