summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-01-30 11:51:29 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-01-30 11:51:29 +0900
commit5bbf4187e662e33ab8cdd72f8bf7cd1fb7f84b6d (patch)
treed3eba5237f7ba3e893f7a8d7231345be766cf23e /src/client
parentMerge pull request #4020 from syuilo/l10n_develop (diff)
downloadsharkey-5bbf4187e662e33ab8cdd72f8bf7cd1fb7f84b6d.tar.gz
sharkey-5bbf4187e662e33ab8cdd72f8bf7cd1fb7f84b6d.tar.bz2
sharkey-5bbf4187e662e33ab8cdd72f8bf7cd1fb7f84b6d.zip
Module 'crypto' as import syntax (#4011)
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/common/scripts/get-md5.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/get-md5.ts b/src/client/app/common/scripts/get-md5.ts
index b78a598118..b002d762b1 100644
--- a/src/client/app/common/scripts/get-md5.ts
+++ b/src/client/app/common/scripts/get-md5.ts
@@ -1,5 +1,5 @@
// スクリプトサイズがデカい
-//const crypto = require('crypto');
+//import * as crypto from 'crypto';
export default (data: ArrayBuffer) => {
//const buf = new Buffer(data);