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.
2 parents e4ce1e6 + 64f08f6 commit 75bda3aCopy full SHA for 75bda3a
readme.md
@@ -131,7 +131,7 @@ const fs = require('fs');
131
const {CLOUDFORMATION_SCHEMA} = require('cloudformation-js-yaml-schema');
132
133
module.exports = async () => {
134
- const cf = yaml.safeLoad(fs.readFileSync('../cf-templates/example-stack.yaml', 'utf8'), {
+ const cf = yaml.load(fs.readFileSync('../cf-templates/example-stack.yaml', 'utf8'), {
135
schema: CLOUDFORMATION_SCHEMA,
136
});
137
var tables = [];
0 commit comments