Skip to content
Snippets Groups Projects
  • David Fifield's avatar
    5817c257
    Fix a local variable reference in BucketRateLimit.when. · 5817c257
    David Fifield authored
    ReferenceError: age is not defined	snowflake.js:265:7
            BucketRateLimit.prototype.when	snowflake/proxy/build/snowflake.js:265:7
            ProxyPair.prototype.flush	snowflake/proxy/build/snowflake.js:558:63
            bind/<	snowflake/proxy/build/snowflake.js:10:56
            ProxyPair.prototype.onClientToRelayMessage	snowflake/proxy/build/snowflake.js:495:14
            bind/<	snowflake/proxy/build/snowflake.js:10:56
    5817c257
    History
    Fix a local variable reference in BucketRateLimit.when.
    David Fifield authored
    ReferenceError: age is not defined	snowflake.js:265:7
            BucketRateLimit.prototype.when	snowflake/proxy/build/snowflake.js:265:7
            ProxyPair.prototype.flush	snowflake/proxy/build/snowflake.js:558:63
            bind/<	snowflake/proxy/build/snowflake.js:10:56
            ProxyPair.prototype.onClientToRelayMessage	snowflake/proxy/build/snowflake.js:495:14
            bind/<	snowflake/proxy/build/snowflake.js:10:56
util.coffee 5.68 KiB