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 33e34b3 commit f6928deCopy full SHA for f6928de
build/build.node.ts
@@ -79,7 +79,7 @@ namespace $ {
79
80
const res = this.$.$mol_file.unwatched(() => this.$.$mol_run.spawn( { command: step.text(), dir } ), dir )
81
.stdout.toString().trim()
82
- if( step.type ) content += `let ${ step.type } = ${ JSON.stringify( res ) }`
+ if( step.type ) content += `$.${ step.type } = ${ JSON.stringify( res ) }`
83
84
}
85
0 commit comments