We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb9da2 commit 2c13706Copy full SHA for 2c13706
src/libraries/Executor.ts
@@ -9,6 +9,7 @@ import { ExecuteFileReturn, InstalledMySQLVersion, InternalServerOptions, MySQLD
9
import {normalize as normalizePath, resolve as resolvePath} from 'path'
10
import { lockFile, waitForLock } from "./FileLock";
11
import { onExit } from "signal-exit";
12
+import * as crypto from 'crypto'
13
14
class Executor {
15
logger: Logger;
0 commit comments