Glimpse / Glimpse.Prototype

Glimpse v2 prototype
MIT License
184 stars 44 forks source link

hud.js #94

Open bbuczek opened 8 years ago

bbuczek commented 8 years ago

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 commented 8 years ago

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