Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jan 18, 2024
1 parent 7de42f2 commit 42f448f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/build.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -918,8 +918,7 @@ namespace $ {
if( sources.length === 0 ) return []

var concater = new $mol_sourcemap_builder( this.root().relate( targetJS.parent() ), ';')
concater.add( '#!/usr/bin/env node' )
concater.add( '"use strict"' )
concater.add( '#!/usr/bin/env node\n"use strict"' )

if( bundle === 'node' ) {
concater.add( 'var exports = void 0' )
Expand Down

0 comments on commit 42f448f

Please sign in to comment.