Skip to content

Commit f6928de

Browse files
author
jin
committed
meta build w/o let
1 parent 33e34b3 commit f6928de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ namespace $ {
7979

8080
const res = this.$.$mol_file.unwatched(() => this.$.$mol_run.spawn( { command: step.text(), dir } ), dir )
8181
.stdout.toString().trim()
82-
if( step.type ) content += `let ${ step.type } = ${ JSON.stringify( res ) }`
82+
if( step.type ) content += `$.${ step.type } = ${ JSON.stringify( res ) }`
8383

8484
}
8585

0 commit comments

Comments
 (0)