Code fix
This commit is contained in:
parent
b38faa7652
commit
a0e76b806d
1
myvc.js
1
myvc.js
|
@ -313,7 +313,6 @@ class MyVC {
|
||||||
if (head && commitSha) {
|
if (head && commitSha) {
|
||||||
let commit;
|
let commit;
|
||||||
let notFound;
|
let notFound;
|
||||||
commitSha = '9254aa7c35a1d25bf93629d2df4d5c1f87f21224'
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
commit = await repo.getCommit(commitSha);
|
commit = await repo.getCommit(commitSha);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "myvc",
|
"name": "myvc",
|
||||||
"version": "1.4.3",
|
"version": "1.4.4",
|
||||||
"author": "Verdnatura Levante SL",
|
"author": "Verdnatura Levante SL",
|
||||||
"description": "MySQL Version Control",
|
"description": "MySQL Version Control",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
Loading…
Reference in New Issue