theprogrammablemind_4wp 8.0.0-beta.31 → 8.0.0-beta.33
Sign up to get free protection for your applications and to get access to all the features.
- package/client.js +3 -0
- package/package.json +1 -1
package/client.js
CHANGED
@@ -1880,6 +1880,9 @@ const knowledgeModuleImpl = async ({
|
|
1880
1880
|
config.config.retrain = true
|
1881
1881
|
}
|
1882
1882
|
|
1883
|
+
if (args.saveDeveloper) {
|
1884
|
+
args.save = true
|
1885
|
+
}
|
1883
1886
|
if (args.test || args.testVerbose || args.testAllVerbose || args.save) {
|
1884
1887
|
global.transitoryMode = true
|
1885
1888
|
}
|