@aspecto/core
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@aspecto/core", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Aspecto metric collector", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,3 +32,3 @@ import Collectable from "../interfaces/Collectable"; | ||
const gitData = execSync("git rev-parse HEAD"); | ||
const gitData = execSync("git rev-parse HEAD", { stdio: 'pipe' }); | ||
GITCollector.hash = gitData.toString(); | ||
@@ -35,0 +35,0 @@ return gitData.toString(); |
67379