Skip to content

Commit ea43d39

Browse files
committed
fix: Removed random part from tmp path
1 parent 4d9fb00 commit ea43d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import postgres from 'postgres';
44
import {platform} from 'os';
55

66
const debug = getDebug('postgres-local');
7-
const PD_TEMP_DATA_PATH = `/tmp/postgres-local-${Date.now()}`;
7+
const PD_TEMP_DATA_PATH = `/tmp/postgres-local}`;
88

99
export async function start(options: {
1010
seedPath?: string;

0 commit comments

Comments
 (0)