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 b0891e4 commit f59e7daCopy full SHA for f59e7da
pages/hermes/new.vue
@@ -379,7 +379,7 @@ async function uploadSubmit(){
379
console.log("Starting upload event handler");
380
const isValid = await validate();
381
console.log(`Validate isValue = ${isValid.valid}`);
382
- console.log(`Full validation result ${isValid}`);
+ console.log(`Full validation result ${JSON.stringify(isValid)}`);
383
384
if(!file){
385
missingFileError.value = "Please upload your file";
0 commit comments