Skip to content

Commit e4db19b

Browse files
committed
Resynchronize
1 parent aa18e65 commit e4db19b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/environment.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// DO NOT EDIT. This file was generated from async_environment.dart.
66
// See tool/grind/synchronize.dart for details.
77
//
8-
// Checksum: e0f39c1b98cb2adf98116bd51bf03d492be953c3
8+
// Checksum: b497eab76eb15ba7bfc4f1cecf71ff9f9c1fb2a5
99
//
1010
// ignore_for_file: unused_import
1111

@@ -241,7 +241,7 @@ class Environment {
241241
/// If [namespace] is passed, the module is made available under that
242242
/// namespace.
243243
///
244-
/// Throws a [SassException] if there's already a module with the given
244+
/// Throws a [SassScriptException] if there's already a module with the given
245245
/// [namespace], or if [namespace] is `null` and [module] defines a variable
246246
/// with the same name as a variable defined in this environment.
247247
void addModule(Module<Callable> module, AstNode nodeWithSpan,

0 commit comments

Comments
 (0)