Skip to content

Commit 2c13706

Browse files
import crypto
1 parent 9eb9da2 commit 2c13706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/Executor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { ExecuteFileReturn, InstalledMySQLVersion, InternalServerOptions, MySQLD
99
import {normalize as normalizePath, resolve as resolvePath} from 'path'
1010
import { lockFile, waitForLock } from "./FileLock";
1111
import { onExit } from "signal-exit";
12+
import * as crypto from 'crypto'
1213

1314
class Executor {
1415
logger: Logger;

0 commit comments

Comments
 (0)