Skip to content

Commit 89ce44a

Browse files
authored
Pass --no-preview-dart-2 to the Chocolatey script (#434)
I missed this in c462b82. Closes #433
1 parent 5ee73e2 commit 89ce44a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.10.3
2+
3+
### Command-Line Interface
4+
5+
* Run the Chocolatey script with the correct arguments so it doesn't crash.
6+
17
## 1.10.2
28

39
* No user-visible changes.

package/chocolatey/sass.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ REM https://opensource.org/licenses/MIT.
55

66
set SCRIPTPATH=%~dp0
77
set arguments=%*
8-
dart.exe "-Dversion=SASS_VERSION" "%SCRIPTPATH%\sass.dart.snapshot" %arguments%
8+
dart.exe --no-preview-dart-2 "-Dversion=SASS_VERSION" "%SCRIPTPATH%\sass.dart.snapshot" %arguments%

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.10.2
2+
version: 1.10.3
33
description: A Sass implementation in Dart.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/sass/dart-sass

0 commit comments

Comments
 (0)