Skip to content

Commit a612836

Browse files
committed
Change tmp import in smtsolver.ts to the correct form
1 parent b9a75e1 commit a612836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smtsolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { sync as commandExistsSync } from 'command-exists';
22
import { execSync } from 'child_process';
33
import * as fs from 'fs';
4-
import tmp from 'tmp';
4+
import * as tmp from 'tmp';
55

66
// Timeout in ms.
77
const timeout = 10000;

0 commit comments

Comments
 (0)