Skip to content

Commit f1e8082

Browse files
committed
add --allow-import to windows configuration
1 parent 3cf06b1 commit f1e8082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/scripts/deno_std/download.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if NOT DEFINED QUARTO_DENO (
66
)
77

88
set DENO_DIR=%~dp0\..\..\..\src\resources\deno_std\cache
9-
%QUARTO_DENO% cache --unstable-ffi --lock %~dp0\..\..\..\src\resources\deno_std\deno_std.lock %~dp0\deno_std.ts
9+
%QUARTO_DENO% cache --allow-import --unstable-ffi --lock %~dp0\..\..\..\src\resources\deno_std\deno_std.lock %~dp0\deno_std.ts

0 commit comments

Comments
 (0)