File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
The format of this change log follows the advice given at [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
10
10
11
11
## [ Unreleased]
12
+ ### Changed
13
+ - Fixed nvm loading issue caused by upstream regression.
12
14
13
15
## [ 3.4.13] - 2023-09-02
14
16
### Changed
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public function installNode()
129
129
}
130
130
131
131
$ nvmDir = getenv ('NVM_DIR ' );
132
- $ cmd = ". $ nvmDir/nvm.sh && nvm install && nvm use && echo \"NVM_BIN= \$NVM_BIN \"" ;
132
+ $ cmd = ". $ nvmDir/nvm.sh; nvm install && nvm use && echo \"NVM_BIN= \$NVM_BIN \"" ;
133
133
$ process = $ this ->execute ->passThrough ($ cmd , $ this ->moodle ->directory );
134
134
if (!$ process ->isSuccessful ()) {
135
135
throw new \RuntimeException ('Node.js installation failed. ' );
You can’t perform that action at this time.
0 commit comments