jscrambler 8.10.5 → 8.10.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -801,6 +801,7 @@ var _default = exports.default = {
|
|
|
801
801
|
try {
|
|
802
802
|
download = await this.downloadSymbolTableRequest(client, protectionId);
|
|
803
803
|
} catch (e) {
|
|
804
|
+
console.warn('[Warning] The symbol table can only be output if you have Identifiers Renaming on UNSAFE mode or an includeList with global or public identifiers.');
|
|
804
805
|
errorHandler(e);
|
|
805
806
|
}
|
|
806
807
|
if (typeof destCallback === 'function') {
|
package/package.json
CHANGED