Skip to content

Commit 6e9192a

Browse files
committed
Update setup_build.jl
1 parent fb7e29e commit 6e9192a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup_build.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function build_node(dir)
3434
npm_cache_dir = @get_scratch!("npm_cache")
3535
cmd = addenv(npm_cmd(), "NPM_CONFIG_CACHE" => npm_cache_dir)
3636

37-
@info "PlutoPDF: Running npm install in scratch space..." cdm read(`$(cmd) --version`, String)
37+
@info "PlutoPDF: Running npm install in scratch space..." cmd read(`$(cmd) --version`, String)
3838

3939
if dir != dirname(node_root_files[1])
4040
for f in node_root_files

0 commit comments

Comments
 (0)