More debug logging
This commit is contained in:
parent
60d55e0204
commit
cafe1d9caf
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -25712,6 +25712,8 @@ function getCommitsSinceLatestBeforeGivenDate(dir, date) {
|
||||
});
|
||||
}
|
||||
catch (e) {
|
||||
// Just in case the error is not an `ExecSyncError` - print it out so we can see what it is.
|
||||
console.log(e);
|
||||
const error = e;
|
||||
// No commits in the target repo - return an empty array, which will result in the first representative commit
|
||||
// being made as the first commit. And then we can iterate as normal (recalling that the target history is
|
||||
|
BIN
node_modules/@vercel/ncc/dist/ncc/cli.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/cli.js.cache
generated
vendored
Binary file not shown.
BIN
node_modules/@vercel/ncc/dist/ncc/index.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/index.js.cache
generated
vendored
Binary file not shown.
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/relocate-loader.js.cache
generated
vendored
Binary file not shown.
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/shebang-loader.js.cache
generated
vendored
Binary file not shown.
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache
generated
vendored
BIN
node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache
generated
vendored
Binary file not shown.
@ -67,6 +67,8 @@ export function getCommitsSinceLatestBeforeGivenDate(dir: string, date: Date): C
|
||||
}
|
||||
});
|
||||
} catch (e) {
|
||||
// Just in case the error is not an `ExecSyncError` - print it out so we can see what it is.
|
||||
console.log(e);
|
||||
const error = e as ExecSyncError
|
||||
// No commits in the target repo - return an empty array, which will result in the first representative commit
|
||||
// being made as the first commit. And then we can iterate as normal (recalling that the target history is
|
||||
|
Loading…
x
Reference in New Issue
Block a user