This website requires JavaScript.
Explore
Help
Register
Sign In
Miko
/
node-metaverse
Watch
1
Star
0
Fork
0
You've already forked node-metaverse
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
53659008ac39b2fa1946597de3c2d508967ced13
node-metaverse
/
lib
/
classes
/
TimeoutError.ts
6 lines
113 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fix handling of waitForMessages timeout
2018-10-12 09:41:35 +01:00
export
class
TimeoutError
extends
Error
{
NMV 0.8.0 - Big refactor and linting fixes
2025-01-17 23:37:54 +00:00
public
timeout
:
true
;
public
waitingForMessage
:
number
;
Fix handling of waitForMessages timeout
2018-10-12 09:41:35 +01:00
}
Reference in New Issue
Copy Permalink