summaryrefslogtreecommitdiff
path: root/rtt-module.js
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2024-04-20 10:46:06 +0200
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2024-04-20 10:46:06 +0200
commitfc9c3e98a4bdf718488af0cb372f8e7beefc610a (patch)
tree90b42521a798d4a54af4011b9c84e8a36ef41290 /rtt-module.js
parent0264e9f3c8d0845ddfe12addc9eb9f0961ce632d (diff)
downloadfuzzer-fc9c3e98a4bdf718488af0cb372f8e7beefc610a.tar.gz
commented state logging if needed
Diffstat (limited to 'rtt-module.js')
-rwxr-xr-xrtt-module.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtt-module.js b/rtt-module.js
index 3935c47..e03522f 100755
--- a/rtt-module.js
+++ b/rtt-module.js
@@ -152,7 +152,7 @@ module.exports.fuzz = function(fuzzerInputData) {
args = undefined
ctx.replay.push([ctx.active, action])
}
- // console.log(active, action, args)
+ // console.log(ctx.state.state, ctx.active, action, args)
try {
ctx.state = RULES.action(ctx.state, ctx.active, action, args)
} catch (e) {