@aiyiran/myclaw 1.0.202 → 1.0.203
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1407,7 +1407,7 @@ if (!command) {
|
|
|
1407
1407
|
runRestart();
|
|
1408
1408
|
} else if (command === 'inject-tooldeny') {
|
|
1409
1409
|
const tooldeny = require('./injects/inject-tooldeny');
|
|
1410
|
-
|
|
1410
|
+
tooldeny.run(args.slice(1));
|
|
1411
1411
|
console.log('🔄 正在重启 Gateway 使配置生效...');
|
|
1412
1412
|
console.log('');
|
|
1413
1413
|
runRestart();
|