Skip to content

Commit 2947a94

Browse files
committed
update
1 parent 2032219 commit 2947a94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/testtools/src/schema.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ export function run(cmd: string, env?: Record<string, string>, cwd?: string) {
5959
env: { ...process.env, DO_NOT_TRACK: '1', ...env },
6060
cwd,
6161
});
62-
} catch {}
62+
} catch {
63+
// noop
64+
}
6365
throw err;
6466
}
6567
}

0 commit comments

Comments
 (0)