diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-17 12:50:45 +0200 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-10-17 12:50:45 +0200 |
commit | 72a1224f85b6ddfde478f5a1d5a33c4e7b392157 (patch) | |
tree | 1ef749739cb83752730ab17a71a39955531c4263 | |
parent | f75f05ce09c1e195ab17b74e50e01937749d61c0 (diff) | |
download | fuzzer-72a1224f85b6ddfde478f5a1d5a33c4e7b392157.tar.gz |
allowUnionTypes
-rwxr-xr-x | rtt-module.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtt-module.js b/rtt-module.js index fa363ca..6b13a98 100755 --- a/rtt-module.js +++ b/rtt-module.js @@ -1,7 +1,7 @@ "use strict" const Ajv = require("ajv") -const ajv = new Ajv() +const ajv = new Ajv({allowUnionTypes: true}) const fs = require("fs") const { FuzzedDataProvider } = require("@jazzer.js/core") |