Fixed missing variable declaration.

This commit is contained in:
Mika 2018-01-26 12:32:23 +02:00 committed by GitHub
parent ac743b11e5
commit bf460165ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
sea.js
View File

@ -1321,8 +1321,7 @@
}
return resolve()
}
m = parseProps(data.slice(3))
m = m || ''
let m = parseProps(data.slice(3)) || ''
d = parseProps(m[0])
if (false === pub) {
resolve(d)