Skip to content

Commit

Permalink
$mol_build: update disable env var
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Jan 16, 2025
1 parent 7eb693a commit f4f25fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/ensure/vcs/vcs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ namespace $ {
@ $mol_action
protected update_safe(dir: string) {
if (this.update_disabled) return false
if ( this.$.$mol_env()['MOL_BUILD_VSC_UPDATE_DISABLE'] ) return false

try {
return this.$.$mol_file.unwatched(() => this.update(dir), dir)
Expand Down

0 comments on commit f4f25fa

Please sign in to comment.