mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:57:07 +00:00
@@ -106,7 +106,7 @@ function parse (buffer) {
|
||||
ctx.speed *= (1.852/3.6);
|
||||
break;
|
||||
default:
|
||||
throw new NavHeaderError("Unexpected speed units: "+units, buf);
|
||||
throw new NavHeaderError("Unexpected speed units: "+units+" for speed: "+ctx.speed, buf);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user