vole-agent 0.1.0 → 0.1.1
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/dist/app.js
CHANGED
|
@@ -4563,9 +4563,7 @@ async function main() {
|
|
|
4563
4563
|
process.stderr.write(result.stderr);
|
|
4564
4564
|
process.exitCode = result.exitCode;
|
|
4565
4565
|
}
|
|
4566
|
-
|
|
4567
|
-
void main();
|
|
4568
|
-
}
|
|
4566
|
+
void main();
|
|
4569
4567
|
|
|
4570
4568
|
export {
|
|
4571
4569
|
loadConfig,
|
package/dist/index.js
CHANGED