summaryrefslogtreecommitdiff
path: root/src/crypto/workers/nodeThreadWorker.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/workers/nodeThreadWorker.ts')
-rw-r--r--src/crypto/workers/nodeThreadWorker.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/workers/nodeThreadWorker.ts b/src/crypto/workers/nodeThreadWorker.ts
index 1247900f9..d289c14b2 100644
--- a/src/crypto/workers/nodeThreadWorker.ts
+++ b/src/crypto/workers/nodeThreadWorker.ts
@@ -19,7 +19,7 @@ import { CryptoWorkerFactory } from "./cryptoApi";
// tslint:disable:no-var-requires
import { CryptoWorker } from "./cryptoWorker";
-import os = require("os");
+import os from "os";
import { CryptoImplementation } from "./cryptoImplementation";
const f = __filename;