Upgrade to Node.js 16.

This commit is contained in:
Daniel Scalzi
2021-10-31 02:38:16 -04:00
parent b0f0f02cf9
commit e97ac9bfad
6 changed files with 2593 additions and 398 deletions

View File

@@ -152,7 +152,7 @@ export class ForgeModStructure113 extends BaseForgeModStructure {
try {
const manifest = zip.entryDataSync('META-INF/MANIFEST.MF')
const keys = manifest.toString().split('\n')
this.logger.debug(keys)
// this.logger.debug(keys)
for (const key of keys) {
const match = ForgeModStructure113.IMPLEMENTATION_VERSION_REGEX.exec(key)
if (match != null) {