Skip to content

Commit

Permalink
fix: change import of crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
kubilaysalih committed Jan 27, 2020
1 parent 36a649a commit 1c82006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CancellationToken.ts
@@ -1,4 +1,4 @@
import * as crypto from 'crypto';
import crypto from 'crypto';
import * as fs from 'fs';
import * as os from 'os';
import * as path from 'path';
Expand Down

0 comments on commit 1c82006

Please sign in to comment.