Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

hud.js #94

Open
bbuczek opened this issue Nov 30, 2015 · 1 comment
Open

hud.js #94

bbuczek opened this issue Nov 30, 2015 · 1 comment

Comments

@bbuczek
Copy link

bbuczek commented Nov 30, 2015

I see this error after we installed Glimpse. "Glimpse": "2.0.0-beta1",

SCRIPT5009: 'praseInt' is undefined
hud.js (3,17550)

I checked the source code here and I see that it is with error.
path:
Glimpse.Prototype / src / Glimpse.Server / Internal / Resources / Embeded / Client / hud / hud.js

line number 5957
// trying to avoid negitive values showing up
5956 if (server <= 0) {
5957 server = praseInt(details.request.data.responseDuration);
5958 }

"praseInt" being misspelled in source code on GitHub.

Is there a version that I should be using that has this fixed?

@avanderhoorn
Copy link
Member

Great catch! Not sure how that happened. Static typing for the win! Unfortunately/fortunately this is the first report bug so, do fix yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants