mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-06 04:19:41 +00:00
fix typscript error - the only one. (#837)
* fix typscript error TypeScript error: novnc/core/rfb.js(1012,17): Error TS7027: Unreachable code detected. * Update rfb.js
This commit is contained in:
committed by
Samuel Mannehed
parent
74a29f3ff5
commit
b5c982ea42
@@ -1008,7 +1008,6 @@ RFB.prototype = {
|
||||
} else {
|
||||
return this._fail("Authentication failure");
|
||||
}
|
||||
return false;
|
||||
case 2:
|
||||
return this._fail("Too many authentication attempts");
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user