fixed spec
This commit is contained in:
parent
1b3f5443b3
commit
364ed325b0
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -7,7 +7,7 @@
|
||||
"request": "launch",
|
||||
"program": "node_modules/gulp/bin/gulp.js",
|
||||
"stopOnEntry": false,
|
||||
"args": ["dev:examples"],
|
||||
"args": ["test"],
|
||||
"cwd": ".",
|
||||
"runtimeExecutable": null,
|
||||
"runtimeArgs": [
|
||||
|
@ -340,14 +340,7 @@ module.exports = function (Y /* : any*/) {
|
||||
}
|
||||
}
|
||||
}
|
||||
for (i = 0; i < this.writeBuffer.length; i++) {
|
||||
r = this.writeBuffer[i]
|
||||
if (r.id[1] === id[1] && r.id[0] === id[0]) {
|
||||
this.writeBuffer[i] = {
|
||||
id: [null, null]
|
||||
}
|
||||
}
|
||||
}
|
||||
yield* this.flush()
|
||||
yield* super.delete(id)
|
||||
}
|
||||
* findWithLowerBound () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user