Report if a function isn't guaranteed to return

This commit is contained in:
dcodeIO
2018-01-19 04:16:18 +01:00
parent 7be4f9fabb
commit ef7a095494
9 changed files with 131 additions and 30 deletions

View File

@ -749,4 +749,4 @@ function check_pool(pool: usize): i32 {
return integrity_status;
}
// export { check, check_pool }; // Uncomment to enable in tests/index.js
export { check, check_pool }; // Uncomment to enable in tests/index.js