This commit is contained in:
WinterMyst 2024-09-26 13:48:30 +02:00
parent ef50b84dba
commit 34238b7dc9
No known key found for this signature in database
GPG Key ID: 8C4D045D84A30ABA

View File

@ -310,7 +310,7 @@ async function publishToFoundry(done) {
const responseData = await response.text(); const responseData = await response.text();
if (responseData.status === 'success') { if (responseData.contains('success')) {
console.log('Successfully published to Foundry VTT:'); console.log('Successfully published to Foundry VTT:');
console.log(JSON.stringify(responseData, null, 2)); console.log(JSON.stringify(responseData, null, 2));
done(); done();