querysub 0.285.0 → 0.286.0
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/package.json
CHANGED
|
@@ -564,7 +564,7 @@ const resyncServicesBase = runInSerial(measureWrap(async function resyncServices
|
|
|
564
564
|
continue;
|
|
565
565
|
}
|
|
566
566
|
|
|
567
|
-
console.log(`Resyncing service ${magenta(screenName)}`);
|
|
567
|
+
console.log(`Resyncing service ${magenta(screenName)}, with ${JSON.stringify(config.parameters)}`);
|
|
568
568
|
|
|
569
569
|
await fs.promises.writeFile(parameterPath, newParametersString);
|
|
570
570
|
|