We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2af3de commit 4fe2195Copy full SHA for 4fe2195
src/utils/validation.ts
@@ -1,7 +1,6 @@
1
import { ConnectionOptions, Inputs } from '../types';
2
3
export function validateConfig(inputs: Inputs) {
4
- console.log(inputs);
5
if (!inputs.target) throw new Error('Target directory is required.');
6
if (!inputs.sha) throw new Error('SHA is required.');
7
}
0 commit comments