mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
Fix answers
This commit is contained in:
@@ -387,7 +387,7 @@ export class CustomScript {
|
||||
});
|
||||
|
||||
if (answer) {
|
||||
answers.push(`${question.name}='${answer}'`);
|
||||
answers.push(`${question.name}="${answer}"`);
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user