Added a warning console.log to SEA.certify()

This commit is contained in:
mimiza 2020-10-28 19:38:14 +07:00 committed by GitHub
parent c686a15980
commit c95b99d376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
sea.js
View File

@ -666,6 +666,8 @@
// We need some logic here to verify that all params are valid // We need some logic here to verify that all params are valid
console.log('SEA.certify() is an early experimental community supported method that may change API behavior without warning in any future version.')
certificants = (() => { certificants = (() => {
var data = [] var data = []
if (certificants) { if (certificants) {