Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greatsquare0 committed Oct 29, 2024
1 parent 0a0d7f7 commit a6dbc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run_tweego.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class Tweenode {

constructor(setupOptions?: TweenodeSetupConfig) {
this.setupConfig = { ...loadedConfig.setup, ...setupOptions }
this.buildConfig = { ...loadedConfig.build }
this.buildConfig = { ...loadedConfig.build! }
this.childProcess = undefined
this.isRunning = false
this.stdio = undefined
Expand Down

0 comments on commit a6dbc63

Please sign in to comment.