PR corrections
This commit is contained in:
parent
d720f65d23
commit
32265e92d7
|
@ -65,7 +65,7 @@ module.exports = function(grunt) {
|
|||
exclude: ["./node_modules/request/index.js"]
|
||||
}
|
||||
},
|
||||
perfTest: {
|
||||
perf: {
|
||||
src: "./tests/perf/index.js",
|
||||
dest: "./tests/perf/filer-perf-test.js",
|
||||
options: {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
function nextTick(cb) {
|
||||
function setImmediate(cb) {
|
||||
setTimeout(cb, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue