mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Use function expressions when referring to 'arguments'.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import base = require("git");
|
||||
|
||||
var git = new base.Git("../.git");
|
||||
git.call_git("", "clone", "", {}, ["https://github.com/borisyankov/DefinitelyTyped.git", "d.ts"], (err, data) => {
|
||||
git.call_git("", "clone", "", {}, ["https://github.com/borisyankov/DefinitelyTyped.git", "d.ts"], function (err, data) {
|
||||
console.log(arguments);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user