We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfdef3 commit 4904db7Copy full SHA for 4904db7
1 file changed
lib/index.js
@@ -27,14 +27,14 @@ GitRevisionPlugin.prototype.apply = function (compiler) {
27
)
28
}
29
30
-GitRevisionPlugin.prototype.commithash = function (callback) {
+GitRevisionPlugin.prototype.commithash = function () {
31
return runGitCommand(
32
this.gitWorkTree,
33
this.commithashCommand
34
35
36
37
-GitRevisionPlugin.prototype.version = function (callback) {
+GitRevisionPlugin.prototype.version = function () {
38
39
40
this.versionCommand + (this.lightweightTags ? ' --tags' : '')
0 commit comments