theprogrammablemind_4wp 7.7.0-beta.8 → 7.7.0-beta.9
Sign up to get free protection for your applications and to get access to all the features.
- package/client.js +1 -0
- package/package.json +1 -1
package/client.js
CHANGED
@@ -169,6 +169,7 @@ const setupArgs = (args, config, logs, hierarchy) => {
|
|
169
169
|
apis: getAPIs(uuid)
|
170
170
|
}
|
171
171
|
}
|
172
|
+
Object.assign(args, args.getUUIDScoped(this.uuid))
|
172
173
|
args.breakOnSemantics = false
|
173
174
|
args.theDebugger = {
|
174
175
|
breakOnSemantics: (value) => args.breakOnSemantics = value
|