(check, msg)
| 131 | ); |
| 132 | function runWithFS() { |
| 133 | function assert(check, msg) { |
| 134 | if (!check) throw msg + new Error().stack; |
| 135 | } |
| 136 | Module['FS_createPath']('/', 'espeak-ng-data', true, true); |
| 137 | Module['FS_createPath']('/espeak-ng-data', 'lang', true, true); |
| 138 | Module['FS_createPath']('/espeak-ng-data/lang', 'aav', true, true); |
no test coverage detected