You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function getUserAgent() {
var format = require('util').format,
version = require('../package').version;
return format(
'analyze-css/%s (%s %s, %s %s)',
version,
// Unicode process title cause faliure
process.title,
process.version,
process.platform,
process.arch
);
}
The text was updated successfully, but these errors were encountered:
errors:
cause: https://github.com/macbre/analyze-css/blob/devel/lib/runner.js#L25
The text was updated successfully, but these errors were encountered: