Michael found a weird character in my code

This commit is contained in:
Kevin Jahns 2016-05-02 11:04:24 +02:00
parent 8930865a21
commit 5d6a9872e2

View File

@ -75,7 +75,7 @@ module.exports = function (Y /* :any */) {
}
this.gc1 = [] // first stage
this.gc2 = [] // second stage -> after that, remove the op
this.gcTimeout = !opts.gcTimeout ? 50000 : opts.gcTimeoutś
this.gcTimeout = !opts.gcTimeout ? 50000 : opts.gcTimeouts
function garbageCollect () {
return os.whenTransactionsFinished().then(function () {
if (os.gc1.length > 0 || os.gc2.length > 0) {