Add GitHub Actions for wasm & chores

This commit is contained in:
xhacker-zzz
2022-11-21 01:48:24 +08:00
parent f6af50077a
commit 81136dd4f8
4 changed files with 9 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ export async function Decrypt(file: Blob, raw_filename: string, raw_ext: string)
musicID = v2Decrypted.songId;
console.log('qmc wasm decoder suceeded');
} else {
console.warn('QmcWasm failed with error %s', v2Decrypted.error || '(no error)');
console.warn('QmcWasm failed with error %s', v2Decrypted.error || '(unknown error)');
}
}